mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
[fix] Correct wazuh + suricata pillar placement
This commit is contained in:
@@ -823,11 +823,9 @@ master_pillar() {
|
|||||||
" cur_close_days: $CURCLOSEDAYS"\
|
" cur_close_days: $CURCLOSEDAYS"\
|
||||||
" grafana: $GRAFANA"\
|
" grafana: $GRAFANA"\
|
||||||
" osquery: $OSQUERY"\
|
" osquery: $OSQUERY"\
|
||||||
" wazuh: $WAZUH"\
|
|
||||||
" thehive: $THEHIVE"\
|
" thehive: $THEHIVE"\
|
||||||
" playbook: $PLAYBOOK"\
|
" playbook: $PLAYBOOK"\
|
||||||
" navigator: $NAVIGATOR"\
|
" navigator: $NAVIGATOR"\
|
||||||
" strelka: $STRELKA"\
|
|
||||||
""\
|
""\
|
||||||
"kratos:" >> "$pillar_file"
|
"kratos:" >> "$pillar_file"
|
||||||
|
|
||||||
@@ -883,9 +881,9 @@ master_static() {
|
|||||||
" sensoronikey: $SENSORONIKEY"\
|
" sensoronikey: $SENSORONIKEY"\
|
||||||
" strelka: $STRELKA"\
|
" strelka: $STRELKA"\
|
||||||
" wazuh: $WAZUH"\
|
" wazuh: $WAZUH"\
|
||||||
" masterupdate: $MASTERUPDATES" > "$static_pillar"
|
" masterupdate: $MASTERUPDATES"\
|
||||||
echo "elastic:" >> /opt/so/saltstack/pillar/static.sls
|
"elastic:"\
|
||||||
echo " features: False" >> /opt/so/saltstack/pillar/static.sls
|
" features: False" > "$static_pillar"
|
||||||
|
|
||||||
printf '%s\n' '----' >> "$setup_log" 2>&1
|
printf '%s\n' '----' >> "$setup_log" 2>&1
|
||||||
cat "$static_pillar" >> "$setup_log" 2>&1
|
cat "$static_pillar" >> "$setup_log" 2>&1
|
||||||
|
|||||||
Reference in New Issue
Block a user