elasticsearch
config_error
ai_generated
true
InvalidIndexTemplateException: template conflicts with existing
ID: elasticsearch/template-conflict
82%Fix Rate
86%Confidence
3Evidence
2023-01-01First Seen
Version Compatibility
| Version | Status | Introduced | Deprecated | Notes |
|---|---|---|---|---|
| 8 | active | — | — | — |
Root Cause
Index template conflicts with another template on same pattern.
genericWorkarounds
-
90% success Use composable index templates with explicit priority ordering
-
88% success List all templates and patterns: GET _index_template
Dead Ends
Common approaches that don't work:
-
Delete all templates and recreate
82% fail
Breaks existing index creation
-
Use high priority to override all
78% fail
Unpredictable template resolution