mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
renaming endpoint defs to remove collisions
This commit is contained in:
parent
daf4e1a91f
commit
01a113db81
4 changed files with 19 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"{index}": {
|
||||
"{indexy}": {
|
||||
"url_params": {
|
||||
"wait_for_active_shards": "",
|
||||
"timeout": "",
|
||||
|
@ -11,6 +11,19 @@
|
|||
],
|
||||
"patterns": [
|
||||
"{indices}"
|
||||
]
|
||||
],
|
||||
"data_autocomplete_rules": {
|
||||
"mappings": {
|
||||
"__scope_link": "_put_mapping"
|
||||
},
|
||||
"settings": {
|
||||
"__scope_link": "_put_settings"
|
||||
},
|
||||
"aliases": {
|
||||
"__template": {
|
||||
"NAME": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"{index}": {
|
||||
"{indexd}": {
|
||||
"url_params": {
|
||||
"timeout": "",
|
||||
"master_timeout": "",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"{index}": {
|
||||
"{indexe}": {
|
||||
"url_params": {
|
||||
"local": "__flag__",
|
||||
"ignore_unavailable": "__flag__",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"{index}": {
|
||||
"{indices}": {
|
||||
"patterns": [
|
||||
"{index}"
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue