mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
dont call logstash_pillar if manager or helix
This commit is contained in:
@@ -737,7 +737,7 @@ echo "1" > /root/accept_changes
|
||||
fi
|
||||
fi
|
||||
|
||||
if [[ $is_node || $is_receiver ]]; then
|
||||
if [[ ($is_node || $is_receiver) && !($is_manager || $is_helix) ]]; then
|
||||
set_progress_str 19 'Generating logstash pillar'
|
||||
logstash_pillar >> $setup_log 2>&1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user