forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[8.x] [index management] Index templates matching `a_fake_index_…
…pattern_that_wont_match_any_indices` preview fix (elastic#195174) (elastic#199983) # Backport This will backport the following commits from `main` to `8.x`: - [[index management] Index templates matching `a_fake_index_pattern_that_wont_match_any_indices` preview fix (elastic#195174)](elastic#195174) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Matthew Kime","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-11-13T11:43:41Z","message":"[index management] Index templates matching `a_fake_index_pattern_that_wont_match_any_indices` preview fix (elastic#195174)\n\n## Summary\r\n\r\nPreview functionality (Index template detail -> preview tab) on index\r\ntemplates matching `a_fake_index_pattern_that_wont_match_any_indices`\r\n(such as `*` or `a*`) would fail once saved.\r\n\r\nNow passing template name instead of content for saved templates which\r\navoids annoyances with passing the `index_pattern`.\r\n\r\nLinked issue has a good set of steps for reproduction.\r\n\r\nCloses https://github.com/elastic/kibana/issues/189555","sha":"a15ab4d8557c371563eab8da6d5ef8c21b6bbbcb","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Feature:Index Management","Team:Kibana Management","release_note:skip","v9.0.0","backport:prev-minor"],"title":"[index management] Index templates matching `a_fake_index_pattern_that_wont_match_any_indices` preview fix","number":195174,"url":"https://github.com/elastic/kibana/pull/195174","mergeCommit":{"message":"[index management] Index templates matching `a_fake_index_pattern_that_wont_match_any_indices` preview fix (elastic#195174)\n\n## Summary\r\n\r\nPreview functionality (Index template detail -> preview tab) on index\r\ntemplates matching `a_fake_index_pattern_that_wont_match_any_indices`\r\n(such as `*` or `a*`) would fail once saved.\r\n\r\nNow passing template name instead of content for saved templates which\r\navoids annoyances with passing the `index_pattern`.\r\n\r\nLinked issue has a good set of steps for reproduction.\r\n\r\nCloses https://github.com/elastic/kibana/issues/189555","sha":"a15ab4d8557c371563eab8da6d5ef8c21b6bbbcb"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/195174","number":195174,"mergeCommit":{"message":"[index management] Index templates matching `a_fake_index_pattern_that_wont_match_any_indices` preview fix (elastic#195174)\n\n## Summary\r\n\r\nPreview functionality (Index template detail -> preview tab) on index\r\ntemplates matching `a_fake_index_pattern_that_wont_match_any_indices`\r\n(such as `*` or `a*`) would fail once saved.\r\n\r\nNow passing template name instead of content for saved templates which\r\navoids annoyances with passing the `index_pattern`.\r\n\r\nLinked issue has a good set of steps for reproduction.\r\n\r\nCloses https://github.com/elastic/kibana/issues/189555","sha":"a15ab4d8557c371563eab8da6d5ef8c21b6bbbcb"}}]}] BACKPORT--> Co-authored-by: Matthew Kime <[email protected]>
- Loading branch information
1 parent
cbf8a49
commit 176b691
Showing
10 changed files
with
156 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters