Skip to content

Change the default OpenSearch template type to index_template #3059

@dlvenable

Description

@dlvenable

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    breaking changeAny change which may break existing configurations and deploymentsenhancementNew feature or request

    Type

    No type

    Projects

    Status

    Unplanned

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions