mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Removes use of prefer_v2_templates (#66316)
prefer_v2_templates is no longer an accepted query parameter. V2 templates are now preferred by default. Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
parent
9e0504e88a
commit
3cbb8491c1
3 changed files with 1 additions and 5 deletions
|
@ -499,7 +499,6 @@
|
|||
},
|
||||
"number_of_replicas": "1",
|
||||
"number_of_shards": "1",
|
||||
"prefer_v2_templates": "true",
|
||||
"query": {
|
||||
"default_field": [
|
||||
"message"
|
||||
|
|
|
@ -2670,7 +2670,6 @@
|
|||
},
|
||||
"number_of_replicas": "1",
|
||||
"number_of_shards": "1",
|
||||
"prefer_v2_templates": "true",
|
||||
"query": {
|
||||
"default_field": [
|
||||
"message"
|
||||
|
@ -2893,7 +2892,6 @@
|
|||
},
|
||||
"number_of_replicas": "1",
|
||||
"number_of_shards": "1",
|
||||
"prefer_v2_templates": "true",
|
||||
"query": {
|
||||
"default_field": [
|
||||
"message"
|
||||
|
|
|
@ -100,8 +100,7 @@
|
|||
"index": {
|
||||
"auto_expand_replicas": "0-1",
|
||||
"number_of_replicas": "0",
|
||||
"number_of_shards": "1",
|
||||
"prefer_v2_templates": "false"
|
||||
"number_of_shards": "1"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue