mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -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": {
|
"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": {}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"{index}": {
|
"{indexd}": {
|
||||||
"url_params": {
|
"url_params": {
|
||||||
"timeout": "",
|
"timeout": "",
|
||||||
"master_timeout": "",
|
"master_timeout": "",
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"{index}": {
|
"{indexe}": {
|
||||||
"url_params": {
|
"url_params": {
|
||||||
"local": "__flag__",
|
"local": "__flag__",
|
||||||
"ignore_unavailable": "__flag__",
|
"ignore_unavailable": "__flag__",
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"{index}": {
|
"{indices}": {
|
||||||
"patterns": [
|
"patterns": [
|
||||||
"{index}"
|
"{index}"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue