[ResponseOps] Some places refer to xpack.alerting.maxScheduledPerMinute when it should be xpack.alerting.rules.maxScheduledPerMinute (#213487)

Related to https://github.com/elastic/response-ops-team/issues/291

## Summary

This PR updates `xpack.alerting.maxScheduledPerMinute` to be
`xpack.alerting.rules.maxScheduledPerMinute`.
This commit is contained in:
Alexi Doak 2025-03-10 10:36:53 -07:00 committed by GitHub
parent c3b3810eee
commit 1692e9f59a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -235,7 +235,7 @@ kibana_vars=(
xpack.alerting.rules.run.actions.max
xpack.alerting.rules.run.alerts.max
xpack.alerting.rules.run.actions.connectorTypeOverrides
xpack.alerting.maxScheduledPerMinute
xpack.alerting.rules.maxScheduledPerMinute
xpack.apm.indices.error
xpack.apm.indices.metric
xpack.apm.indices.onboarding