Skip to content

Commit

Permalink
[Console] Autocompletion of component_templates (#91180)
Browse files Browse the repository at this point in the history
  • Loading branch information
joxley-elastic authored Feb 25, 2021
1 parent 3b66bf7 commit 06d966e
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 0 deletions.
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": {
"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
}
}
}

0 comments on commit 06d966e

Please sign in to comment.