Skip to content

Commit

Permalink
feat(slo): Add optional pipeline processor in the SLI ingest pipeline…
Browse files Browse the repository at this point in the history
… for advanced customer (elastic#193628)
  • Loading branch information
kdelemme authored Sep 23, 2024
1 parent ee5ef81 commit cd32aff
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,13 @@ export const getSLOPipelineTemplate = (slo: SLODefinition) => ({
.join(','),
},
},
{
pipeline: {
ignore_missing_pipeline: true,
ignore_failure: true,
name: `slo-${slo.id}@custom`,
},
},
],
_meta: {
description: 'Ingest pipeline for SLO rollup data',
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cd32aff

Please sign in to comment.