Revert "Kibana system index does not allow user templates to affect it (#98696)" #98888
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This reverts commit 2239321.
This change caused the Kibana compatibility test (7.17.x <-> 8.x.x) to fail (https://buildkite.com/elastic/kibana-7-dot-17-es-8-dot-11-forward-compatibility/builds/9#018a2868-e94d-4741-a96d-2bedbc991d1c). The reason for this failure is that we still rely on an index template for one of the
.kibana_
prefixed indices in 7.17, specifically.kibana_security_session_1
. After discussing in Slack, we've decided that it's safer to revert this change rather than backporting this PR that removed the dependency on the index template to 7.17.We can revisit and re-implement this change once 7.17 reaches its End of Life.
cc @rudolf @gwbrown