From 8feeff97b5869397ad902736c7768087d3474537 Mon Sep 17 00:00:00 2001 From: Wes Lambert Date: Fri, 15 Oct 2021 16:19:19 +0000 Subject: [PATCH] Add EG index pattern during setup (if enabled) --- setup/so-functions | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/so-functions b/setup/so-functions index af66896c6..3f6a2b136 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -1645,6 +1645,7 @@ manager_pillar() { printf '%s\n'\ "soc:"\ " endgamehost: '$ENDGAMEHOST'"\ + " es_index_patterns: '*:so-*, *:endgame-*'"\ "" >> "$pillar_file" fi }