mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 17:52:46 +01:00
show steno,zeek,suricata as disabled in so-status on import node
This commit is contained in:
@@ -1941,6 +1941,11 @@ sensor_pillar() {
|
||||
if [ "$HNSENSOR" != 'inherit' ]; then
|
||||
echo " hnsensor: $HNSENSOR" >> "$pillar_file"
|
||||
fi
|
||||
if [[ $is_import ]]; then
|
||||
printf '%s\n'\
|
||||
"steno:"\
|
||||
" enabled: false" >> "$pillar_file"
|
||||
fi
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user