Add EG index pattern during setup (if enabled)

This commit is contained in:
Wes Lambert
2021-10-15 16:19:19 +00:00
parent 032373187c
commit 8feeff97b5

View File

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