Skip to content

Commit

Permalink
Removes use of prefer_v2_templates (elastic#66316)
Browse files Browse the repository at this point in the history
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>
# Conflicts:
#	x-pack/test/functional/es_archives/endpoint/resolver_tree/api_feature/mappings.json
Tyler Smalley committed May 13, 2020
1 parent 41e30be commit 3653e19
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -499,7 +499,6 @@
},
"number_of_replicas": "1",
"number_of_shards": "1",
"prefer_v2_templates": "true",
"query": {
"default_field": [
"message"
Original file line number Diff line number Diff line change
@@ -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"
}
}
}

0 comments on commit 3653e19

Please sign in to comment.