Is your feature request related to a problem? Please describe.
Data Prepper now supports the new _index_template template type. This is preferred over the v1 style.
Describe the solution you'd like
Change the default behavior of the Data Prepper opensearch sink to use the newer composable index templates. Make this change in a major version change.
By default:
sink:
- opensearch
template_type: index-template
Describe alternatives you've considered (Optional)
Keeping the default behavior. This is not ideal for many users.
Changing the default in a minor version. However, this may cause unexpected impacts and thus could be considered breaking.
Additional context
See some related issues: #1275, #1215, #3052
Is your feature request related to a problem? Please describe.
Data Prepper now supports the new
_index_templatetemplate type. This is preferred over thev1style.Describe the solution you'd like
Change the default behavior of the Data Prepper
opensearchsink to use the newer composable index templates. Make this change in a major version change.By default:
Describe alternatives you've considered (Optional)
Keeping the default behavior. This is not ideal for many users.
Changing the default in a minor version. However, this may cause unexpected impacts and thus could be considered breaking.
Additional context
See some related issues: #1275, #1215, #3052