-
Notifications
You must be signed in to change notification settings - Fork 175
[Observability][8.19] Docs new context.grouping variable added to Obs rules #4921
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Observability][8.19] Docs new context.grouping variable added to Obs rules #4921
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. |
The service the alert is created for. | ||
|
||
`context.threshold`:: | ||
Any trigger value above this value will cause the alert to fir |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🌲
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There seems to be an extra "`" in context.grouping
…ariable added to Obs rules (#2336) Contributes to #2195 by adding docs for the new `context.grouping` action variable that was added to the following Elasticsearch and Observability rules. **Var available for the following rules in 9.1:** - [Custom threshold](https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/2336/solutions/observability/incident-management/create-custom-threshold-rule#observability-create-custom-threshold-alert-rule-add-actions) - [SLO burn rate](https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/2336/solutions/observability/incident-management/create-an-slo-burn-rate-rule#observability-create-slo-burn-rate-alert-rule-add-actions) - [Elasticsearch query](https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/2336/solutions/observability/incident-management/create-an-elasticsearch-query-rule#observability-create-elasticsearch-query-rule-add-actions) - [APM Latency threshold](https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/2336/solutions/observability/incident-management/create-latency-threshold-rule#observability-create-latency-threshold-alert-rule-add-actions) - [APM Failed transaction rate threshold](https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/2336/solutions/observability/incident-management/create-failed-transaction-rate-threshold-rule#observability-create-failed-transaction-rate-threshold-alert-rule-add-actions) - [APM Error count threshold](https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/2336/solutions/observability/incident-management/create-an-error-count-threshold-rule#observability-create-error-count-threshold-alert-rule-add-actions) **Var available for the following rules in 9.2:** - [Metric threshold](https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/2336/solutions/observability/incident-management/create-metric-threshold-rule#_action_variables_6) - [Log threshold](https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/2336/solutions/observability/incident-management/create-log-threshold-rule#_action_variables_5) - [Inventory](https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/2336/solutions/observability/incident-management/create-an-inventory-rule#action-types-infrastructure) **Corresponding 8.19 docs**: - Observability: elastic/observability-docs#4921 - Kibana: elastic/kibana#230120
Co-authored-by: Bena Kansara <[email protected]>
docs/en/observability/apm-failed-transaction-rate-threshold-rule.asciidoc
Outdated
Show resolved
Hide resolved
…le.asciidoc Co-authored-by: Bena Kansara <[email protected]>
Co-authored-by: Bena Kansara <[email protected]>
Co-authored-by: Bena Kansara <[email protected]>
…uery rules (#230120) Contributes to elastic/docs-content#2195 by adding docs for the new `context.grouping` action variable that was added to the ES query rule. Preview - https://kibana_bk_230120.docs-preview.app.elstc.co/guide/en/kibana/8.19/rule-type-es-query.html#_add_action_variables **Corresponding docs**: 9.x/Serverless - Observability: elastic/docs-content#2336 8.19 - elastic/observability-docs#4921 --------- Co-authored-by: Bena Kansara <[email protected]>
Description
Adds docs for the new
context.grouping
action variable that was added to the following Observability rules:Also makes minor fixes to typos and adds missing periods.
Documentation sets edited in this PR
Check all that apply.
docs/en/observability/*
)docs/en/serverless/*
)docs/en/integrations/*
)Related issue
elastic/docs-content#2195
Checklist
Follow-up tasks
Select one.
context.grouping
variable added to Obs rules docs-content#2336