From 23ebe966e0f73b9d4a41ba3187ef7f2816a29bfa Mon Sep 17 00:00:00 2001 From: Corey Ogburn Date: Tue, 4 Feb 2025 10:33:04 -0700 Subject: [PATCH] Added Large Values Warning maxBulkEscalateEvents now has a warning that large values may run into other limits. --- salt/soc/soc_soc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/soc/soc_soc.yaml b/salt/soc/soc_soc.yaml index ea651cb47..8d6bab06b 100644 --- a/salt/soc/soc_soc.yaml +++ b/salt/soc/soc_soc.yaml @@ -499,7 +499,7 @@ soc: alerts: <<: *appSettings maxBulkEscalateEvents: - description: Maximum number of events to escalate in a single bulk escalation. + description: Maximum number of events to escalate in a single bulk escalation. Large values may run into other limits. global: True cases: *appSettings dashboards: *appSettings