Skip to content

Commit

Permalink
[7.x] Add data-streams-mappings to isXPackTemplate method (#73633) (#…
Browse files Browse the repository at this point in the history
…73672)

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 2, 2021
1 parent c5c8ef2 commit 9ff5b72
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1583,6 +1583,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 9ff5b72

Please sign in to comment.