From 2535ae953d517d4eb2bd51b784fe9d21b327a99e Mon Sep 17 00:00:00 2001 From: Corey Ogburn Date: Tue, 9 Sep 2025 14:00:01 -0600 Subject: [PATCH] Fix Index Patterns so-assistant-chat and so-assistant-session both had templates with a trailing dash that prevented the pattern from applying to the name of the indices. --- salt/elasticsearch/defaults.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/salt/elasticsearch/defaults.yaml b/salt/elasticsearch/defaults.yaml index e51f5ac4e..db4fc0515 100644 --- a/salt/elasticsearch/defaults.yaml +++ b/salt/elasticsearch/defaults.yaml @@ -295,7 +295,7 @@ elasticsearch: hidden: false ignore_missing_component_templates: [] index_patterns: - - so-assistant-chat-* + - so-assistant-chat* priority: 501 template: mappings: @@ -335,7 +335,7 @@ elasticsearch: hidden: false ignore_missing_component_templates: [] index_patterns: - - so-assistant-session-* + - so-assistant-session* priority: 501 template: mappings: