From 9ff27e5b6af7c39f7d438c990951167051a91147 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Fri, 26 May 2023 16:34:48 -0400 Subject: [PATCH] Rule Updates --- setup/so-setup | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/so-setup b/setup/so-setup index b663eb31b..d38296562 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -649,6 +649,7 @@ if ! [[ -f $install_opt_file ]]; then logCmd "so-rule-update" title "Downloading YARA rules" logCmd "runuser -l socore 'so-yara-update'" + title "Restarting Strelka to use new rules" fi title "Setting up Kibana Default Space" logCmd "so-kibana-space-defaults"