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:
Brandon Kobel 2023-08-15 13:14:48 -04:00 committed by GitHub
parent fb6ac2e445
commit a13b6787b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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