We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ddad92 commit eedec5fCopy full SHA for eedec5f
1 file changed
x-pack/plugins/cloud_security_posture/server/create_indices/create_indices.ts
@@ -77,7 +77,7 @@ const createBenchmarkScoreIndex = async (
77
78
const settings: IndexTemplateSettings = {
79
index: {
80
- default_pipeline: latestFindingsPipelineIngestConfig.id,
+ default_pipeline: scorePipelineIngestConfig.id,
81
},
82
lifecycle: { name: '' },
83
};
0 commit comments