Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions oas_docs/output/kibana.serverless.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74828,6 +74828,10 @@ components:
description: |
If true, an alert occurs if a group that previously reported metrics does not report them again over the expected time period. This check is not recommended for dynamically scaling infrastructures that might rapidly start and stop nodes automatically.
params_property_slo_burn_rate:
title: SLO burn rate
description: |
The parameters for the SLO burn rate rule. These parameters are appropriate when `rule_type_id` is `slo.rules.burnRate`.
type: object
properties:
sloId:
description: The SLO identifier used by the rule
Expand Down
4 changes: 4 additions & 0 deletions oas_docs/output/kibana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59498,6 +59498,10 @@ components:
description: |
If true, an alert occurs if a group that previously reported metrics does not report them again over the expected time period. This check is not recommended for dynamically scaling infrastructures that might rapidly start and stop nodes automatically.
params_property_slo_burn_rate:
title: SLO burn rate
description: |
The parameters for the SLO burn rate rule. These parameters are appropriate when `rule_type_id` is `slo.rules.burnRate`.
type: object
properties:
sloId:
description: The SLO identifier used by the rule
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# @kbn-doc-linker partial

title: SLO burn rate
description: >
The parameters for the SLO burn rate rule.
These parameters are appropriate when `rule_type_id` is `slo.rules.burnRate`.
type: object
properties:
sloId:
description: The SLO identifier used by the rule
Expand Down