Conversation
|
A documentation preview will be available soon. Request a new doc build by commenting
If your PR continues to fail for an unknown reason, the doc build pipeline may be broken. Elastic employees can check the pipeline status here. |
|
@smith, it looks like you're updating the parameters for a rule type! Please review the guidelines for making additive changes to rule type parameters and determine if your changes require an intermediate release. |
|
🤖 Jobs for this PR can be triggered through checkboxes. 🚧
ℹ️ To trigger the CI, please tick the checkbox below 👇
|
|
/oblt-deploy |
e4341ea to
20f75cc
Compare
|
/oblt-deploy |
last value
Adds support for filter aggregations that wrap other aggregations like top_metrics.
This enables metrics like last_value that use filter { exists } + top_metrics to work correctly.
Changes:
- Add FilterWithNestedAggRT type for detecting filter aggregations
- Update getValue to recursively handle nested aggregations within filters
- Add extractFirstNumericValue to extract numeric values from top_metrics for non-metadata fields
|
/ci |
|
CI was triggered for this PR, but this PR targets 8.17 which should not receive a future release. CI is not supported for these branches. Please consult the release schedule, or contact The following branches are currently considered to be open:
|
|
/oblt-deploy |
|
/oblt-deploy |
1 similar comment
|
/oblt-deploy |
9b09afb to
1a2f8ae
Compare
9b09afb to
1a2f8ae
Compare
Set up to deploy 8.x artifacts related to #248382.
The idea is to keep it up to date with #248360. Commits from that branch are cherry-picked here.