Skip to content

Commit

Permalink
Add data-streams-mappings to isXPackTemplate method (#73633)
Browse files Browse the repository at this point in the history
This template was added in #64978, however, there can be some test failures if we try to remove
built-in templates. It was missing from the list and now needs to be added back.
  • Loading branch information
dakrone authored Jun 1, 2021
1 parent c13384c commit 3d80e77
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1507,6 +1507,7 @@ protected static boolean isXPackTemplate(String name) {
case "ilm-history":
case "logstash-index-template":
case "security-index-template":
case "data-streams-mappings":
return true;
default:
return false;
Expand Down

0 comments on commit 3d80e77

Please sign in to comment.