[SLO] Add a global custom ingest pipeline referenced by all SLO pipel… #245025
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Release notes
Summary
Closes #244386
This PR adds support for global custom ingest pipelines for SLOs, allowing customers to create a single pipeline that applies to all SLO rollup and summary documents.
Changes
New global pipelines:
slo-rollup-global@custom- Applies to all SLO rollup documentsslo-summary-global@custom- Applies to all SLO summary documentsNew per-SLO summary pipeline:
slo-summary-{sloId}@custom- Applies to a specific SLO's summary documents (similar to existingslo-{sloId}@customfor rollup)Pipeline Execution Order
Rollup pipeline: Standard processors →
slo-rollup-global@custom→slo-{sloId}@customSummary pipeline: Standard processors →
slo-summary-global@custom→slo-summary-{sloId}@custom🔬 How to test
yarn es snapshotandyarn startTest
slo-rollup-global@customTest
slo-summary-global@customTest
slo-summary-{sloId}@custom{sloId}with your SLO ID):