mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Merge pull request #1328 from Security-Onion-Solutions/issue/1281
Issue/1281
This commit is contained in:
@@ -62,6 +62,7 @@ base:
|
|||||||
- common
|
- common
|
||||||
- telegraf
|
- telegraf
|
||||||
- firewall
|
- firewall
|
||||||
|
- nginx
|
||||||
- pcap
|
- pcap
|
||||||
- suricata
|
- suricata
|
||||||
- healthcheck
|
- healthcheck
|
||||||
@@ -286,6 +287,7 @@ base:
|
|||||||
{%- if WAZUH != 0 %}
|
{%- if WAZUH != 0 %}
|
||||||
- wazuh
|
- wazuh
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
- elasticsearch
|
||||||
- logstash
|
- logstash
|
||||||
- curator
|
- curator
|
||||||
- filebeat
|
- filebeat
|
||||||
@@ -331,6 +333,7 @@ base:
|
|||||||
{%- if WAZUH != 0 %}
|
{%- if WAZUH != 0 %}
|
||||||
- wazuh
|
- wazuh
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
- elasticsearch
|
||||||
- logstash
|
- logstash
|
||||||
- redis
|
- redis
|
||||||
- curator
|
- curator
|
||||||
@@ -368,6 +371,7 @@ base:
|
|||||||
{%- if WAZUH != 0 %}
|
{%- if WAZUH != 0 %}
|
||||||
- wazuh
|
- wazuh
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
- elasticsearch
|
||||||
- logstash
|
- logstash
|
||||||
- redis
|
- redis
|
||||||
- curator
|
- curator
|
||||||
|
|||||||
@@ -680,8 +680,10 @@ fi
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "$STRELKA" = 1 ]]; then
|
if [[ "$STRELKA" = 1 ]]; then
|
||||||
set_progress_str 80 "$(print_salt_state_apply 'strelka')"
|
if [[ $is_sensor ]]; then
|
||||||
salt-call state.apply -l info strelka >> $setup_log 2>&1
|
set_progress_str 80 "$(print_salt_state_apply 'strelka')"
|
||||||
|
salt-call state.apply -l info strelka >> $setup_log 2>&1
|
||||||
|
fi
|
||||||
if [[ $STRELKARULES == 1 ]]; then
|
if [[ $STRELKARULES == 1 ]]; then
|
||||||
/usr/sbin/so-yara-update >> $setup_log 2>&1
|
/usr/sbin/so-yara-update >> $setup_log 2>&1
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user