mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
Adding serverless circuit breakers for alerting rules and actions (#163835)
## Summary Setting circuit breakers for alerting rules and actions as previously agreed upon in: [2023-07 Serverless Alerting Circuit Breakers](https://docs.google.com/document/d/1Ux5IMgay5G0fAmYpVPr6WTFtE9yhutFYf_dPAfEPa5s/edit)
This commit is contained in:
parent
fb6ac2e445
commit
a13b6787b0
1 changed files with 9 additions and 0 deletions
|
@ -97,3 +97,12 @@ xpack.graph.enabled: false
|
|||
|
||||
# Disable cases in stack management
|
||||
xpack.cases.stack.enabled: false
|
||||
|
||||
# Alerting and action circuit breakers
|
||||
xpack.alerting.rules.run.actions.max: 3000
|
||||
xpack.alerting.rules.run.timeout: 1m
|
||||
xpack.alerting.rules.run.ruleTypeOverrides:
|
||||
- id: siem.indicatorRule
|
||||
timeout: 1m
|
||||
xpack.alerting.rules.minimumScheduleInterval.enforce: true
|
||||
xpack.actions.run.maxAttempts: 10
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue