temporalio / temporal

Temporal service
https://docs.temporal.io
MIT License
11.33k stars 815 forks source link

Elasticsearch legacy index template #4816

Open felrivero opened 1 year ago

felrivero commented 1 year ago

Is your feature request related to a problem? Please describe. There is a problem when using temporal with elasticsearch in which index templates are created in a new format https://www.elastic.co/guide/en/elasticsearch/reference/7.17/index-templates.html

Describe the solution you'd like Convert index templates to a new format https://www.elastic.co/guide/en/elasticsearch/reference/7.17/index-templates.html

Additional context Temporal uses deprecated index templates to work with Elasticsearch ( https://www.elastic.co/guide/en/elasticsearch/reference/7.17/indices-templates-v1.html ) And does not combine the settings from the index template of the new version

rodrigozhou commented 1 year ago

Can you provide more details what's the new format? What's the difference?