renaming endpoint defs to remove collisions

This commit is contained in:
Bill McConaghy 2018-04-11 12:10:57 -04:00
parent daf4e1a91f
commit 01a113db81
4 changed files with 19 additions and 6 deletions

View file

@ -1,5 +1,5 @@
{ {
"{index}": { "{indexy}": {
"url_params": { "url_params": {
"wait_for_active_shards": "", "wait_for_active_shards": "",
"timeout": "", "timeout": "",
@ -11,6 +11,19 @@
], ],
"patterns": [ "patterns": [
"{indices}" "{indices}"
] ],
"data_autocomplete_rules": {
"mappings": {
"__scope_link": "_put_mapping"
},
"settings": {
"__scope_link": "_put_settings"
},
"aliases": {
"__template": {
"NAME": {}
}
}
}
} }
} }

View file

@ -1,5 +1,5 @@
{ {
"{index}": { "{indexd}": {
"url_params": { "url_params": {
"timeout": "", "timeout": "",
"master_timeout": "", "master_timeout": "",

View file

@ -1,5 +1,5 @@
{ {
"{index}": { "{indexe}": {
"url_params": { "url_params": {
"local": "__flag__", "local": "__flag__",
"ignore_unavailable": "__flag__", "ignore_unavailable": "__flag__",

View file

@ -1,5 +1,5 @@
{ {
"{index}": { "{indices}": {
"patterns": [ "patterns": [
"{index}" "{index}"
], ],