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.
This commit is contained in:
Corey Ogburn
2025-09-09 14:00:01 -06:00
parent 2f68cd7483
commit 2535ae953d

View File

@@ -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: