mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[Cloud Security] fix ingest pipeline for benchmark scores index (#166966)
## Summary during the [ILM fix](https://github.com/elastic/kibana/pull/165317) for serverless the default pipeline for the scores index was also changed by mistake. Reverting this change ### Checklist - [ ] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios
This commit is contained in:
parent
48d293f29a
commit
c7f49c200c
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ const createBenchmarkScoreIndex = async (
|
|||
|
||||
const settings: IndexTemplateSettings = {
|
||||
index: {
|
||||
default_pipeline: latestFindingsPipelineIngestConfig.id,
|
||||
default_pipeline: scorePipelineIngestConfig.id,
|
||||
},
|
||||
lifecycle: { name: '' },
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue