From 60b15350187dcfad657bbb79f4be640473e01cb1 Mon Sep 17 00:00:00 2001 From: reyesj2 <94730068+reyesj2@users.noreply.github.com> Date: Wed, 12 Mar 2025 13:15:57 -0500 Subject: [PATCH] update event pipeline annotation Signed-off-by: reyesj2 <94730068+reyesj2@users.noreply.github.com> --- salt/global/soc_global.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/global/soc_global.yaml b/salt/global/soc_global.yaml index 15cae92b3..047bb525b 100644 --- a/salt/global/soc_global.yaml +++ b/salt/global/soc_global.yaml @@ -43,7 +43,7 @@ global: global: True advanced: True pipeline: - description: Sets which pipeline technology for events to use. Currently only Redis is fully supported. Kafka is experimental and requires a Security Onion Pro license. + description: Sets which pipeline technology for events to use. The use of Kafka requires a Security Onion Pro license. regex: ^(REDIS|KAFKA)$ options: - REDIS