Opensearch index template override priority

Hi @coredump17,

What it suggests is that you can use the existing template as a base for the new template (with desired changes) and set a higher(est) priority, “OpenSearch takes the mappings and settings from the template with the highest priority” (If the index name matches more than one template (no merge)).

best,
mj