From 673f9cb544682efe5129727e1c490fce03f69748 Mon Sep 17 00:00:00 2001 From: Corey Ogburn Date: Thu, 4 Sep 2025 09:20:50 -0600 Subject: [PATCH] Responding to Feedback --- salt/elasticsearch/defaults.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/salt/elasticsearch/defaults.yaml b/salt/elasticsearch/defaults.yaml index b5031b9b2..9eb4b4901 100644 --- a/salt/elasticsearch/defaults.yaml +++ b/salt/elasticsearch/defaults.yaml @@ -292,8 +292,8 @@ elasticsearch: - assistant-chat-settings ignore_missing_component_templates: [] index_patterns: - - so-assistant-chat* - priority: 500 + - so-assistant-chat-* + priority: 501 template: mappings: date_detection: false @@ -329,8 +329,8 @@ elasticsearch: - assistant-session-settings ignore_missing_component_templates: [] index_patterns: - - so-assistant-session* - priority: 500 + - so-assistant-session-* + priority: 501 template: mappings: date_detection: false