mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 17:52:46 +01:00
Remove space to allow pattern(s) to be correctly interpreted
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user