Merge pull request #5945 from Security-Onion-Solutions/fix/soc_index_pattern

Remove space to allow pattern(s) to be correctly interpreted
This commit is contained in:
weslambert
2021-10-19 13:05:40 -04:00
committed by GitHub

View File

@@ -1645,7 +1645,7 @@ manager_pillar() {
printf '%s\n'\
"soc:"\
" endgamehost: '$ENDGAMEHOST'"\
" es_index_patterns: '*:so-*, *:endgame-*'"\
" es_index_patterns: '*:so-*,*:endgame-*'"\
"" >> "$pillar_file"
fi
}