Skip to content

Commit

Permalink
[8.x] feat(slo): Add optional pipeline processor in the SLI ingest pi…
Browse files Browse the repository at this point in the history
…peline for advanced customer (#193628) (#193751)

# Backport

This will backport the following commits from `main` to `8.x`:
- [feat(slo): Add optional pipeline processor in the SLI ingest pipeline
for advanced customer
(#193628)](#193628)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Kevin
Delemme","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-09-23T16:02:44Z","message":"feat(slo):
Add optional pipeline processor in the SLI ingest pipeline for advanced
customer
(#193628)","sha":"cd32affc9265a8ed4d135d19f046c343c6317502","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","backport:prev-minor","ci:project-deploy-observability","Team:obs-ux-management","v8.16.0"],"title":"feat(slo):
Add optional pipeline processor in the SLI ingest pipeline for advanced
customer","number":193628,"url":"https://github.com/elastic/kibana/pull/193628","mergeCommit":{"message":"feat(slo):
Add optional pipeline processor in the SLI ingest pipeline for advanced
customer
(#193628)","sha":"cd32affc9265a8ed4d135d19f046c343c6317502"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/193628","number":193628,"mergeCommit":{"message":"feat(slo):
Add optional pipeline processor in the SLI ingest pipeline for advanced
customer
(#193628)","sha":"cd32affc9265a8ed4d135d19f046c343c6317502"}},{"branch":"8.x","label":"v8.16.0","branchLabelMappingKey":"^v8.16.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Kevin Delemme <[email protected]>
  • Loading branch information
kibanamachine and kdelemme authored Sep 23, 2024
1 parent 7c40649 commit 02112f1
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 02112f1

Please sign in to comment.