Skip to content

Commit eedec5f

Browse files
committed
fix ingest pipeline for scores index
1 parent 8ddad92 commit eedec5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

x-pack/plugins/cloud_security_posture/server/create_indices/create_indices.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ const createBenchmarkScoreIndex = async (
7777

7878
const settings: IndexTemplateSettings = {
7979
index: {
80-
default_pipeline: latestFindingsPipelineIngestConfig.id,
80+
default_pipeline: scorePipelineIngestConfig.id,
8181
},
8282
lifecycle: { name: '' },
8383
};

0 commit comments

Comments
 (0)