Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

autocompletion of component_templates #91180

Merged
merged 7 commits into from
Feb 25, 2021
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"indices.get_template": {
"url_params": {
"flat_settings": "__flag__",
"master_timeout": "",
"local": "__flag__"
},
"methods": [
"GET"
],
"patterns": [
"_component_template",
"_component_template/{name}"
],
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/getting-component-templates.html" }
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"indices.put_template": {
"url_params": {
alisonelizabeth marked this conversation as resolved.
Show resolved Hide resolved
"create": "__flag__",
"master_timeout": ""
},
"methods": [
"PUT"
],
"patterns": [
"_component_template/{name}"
],
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-component-template.html" }
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"indices.put_template": {
"data_autocomplete_rules": {
"template": {},
"aliases": {},
"settings": {},
"mappings": {},
"version": 0,
"_meta": {},
"allow_auto_create": false
}
}
}