mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Merge pull request #514 from Security-Onion-Solutions/fix/strelka_setup
install Strelka for sensor
This commit is contained in:
@@ -506,6 +506,8 @@ if (whiptail_you_sure) ; then
|
||||
salt-call state.apply pcap >> $SETUPLOG 2>&1
|
||||
echo -e "XXX\n60\nInstalling IDS components... \nXXX"
|
||||
salt-call state.apply suricata >> $SETUPLOG 2>&1
|
||||
echo -e "XXX\n70\nInstalling Strelka... \nXXX"
|
||||
salt-call state.apply strelka >> $SETUPLOG 2>&1
|
||||
checkin_at_boot >> $SETUPLOG 2>&1
|
||||
echo -e "XX\n97\nFinishing touches... \nXXX"
|
||||
filter_unused_nics >> $SETUPLOG 2>&1
|
||||
|
||||
Reference in New Issue
Block a user