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.
[SLO] skip resource installation when current version matches resourc…
…e version (elastic#174371) Fixes elastic#172488 ## Summary Avoids re-installing SLO resources, including ingest pipeline, component templates, and index templates, if the version of the resource has changed. ### Testing You can test this PR by manually changing the slo ingest pipeline or component templates, either via api or directly in the UI. For example: 1. Navigate app/management/data/index_management/component_templates 2. In the search bar, type slo to find slo component templates (one of the components listed below) 3. Click on a component template and make a change, for example, changing a mapping. 4. Stop you Kibana instance 5. Restart your Kibana instance 6. Check the component template edited. Ensure the edit is persisted. You can repeat this with all resources, if desired, including: - Index template: .slo-observability.sli - Index template: .slo-observability.summary - Ingest pipeline: .slo-observability.sli.pipeline-v* - Component template: .slo-observability.sli-mappings - Component template: .slo-observability.sli-settings - Component template: .slo-observability.summary-mappings - Component template: .slo-observability.summary-settings
- Loading branch information
1 parent
eff0c23
commit b4fa818
Showing
4 changed files
with
197 additions
and
13 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