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 <[email protected]>
# Conflicts:
#	x-pack/test/functional/es_archives/endpoint/resolver_tree/api_feature/mappings.json
  • Loading branch information
Tyler Smalley committed May 13, 2020
1 parent 1091aa7 commit bc4e1f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,6 @@
},
"number_of_replicas": "1",
"number_of_shards": "1",
"prefer_v2_templates": "true",
"query": {
"default_field": [
"message"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}
Expand Down

0 comments on commit bc4e1f5

Please sign in to comment.