Skip to content

Commit

Permalink
[Cloud Security] fix ingest pipeline for benchmark scores index (elas…
Browse files Browse the repository at this point in the history
…tic#166966)

## Summary

during the [ILM fix](elastic#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
  • Loading branch information
maxcold authored Sep 25, 2023
1 parent 48d293f commit c7f49c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const createBenchmarkScoreIndex = async (

const settings: IndexTemplateSettings = {
index: {
default_pipeline: latestFindingsPipelineIngestConfig.id,
default_pipeline: scorePipelineIngestConfig.id,
},
lifecycle: { name: '' },
};
Expand Down

0 comments on commit c7f49c2

Please sign in to comment.