show steno,zeek,suricata as disabled in so-status on import node

This commit is contained in:
m0duspwnens
2020-12-16 12:01:48 -05:00
parent 142649b396
commit 96b72d46be
4 changed files with 22 additions and 1 deletions

View File

@@ -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
}