Skip to content

OpenSearch source plugin #1985

@dlvenable

Description

@dlvenable

Is your feature request related to a problem? Please describe.

Some users have looked for a way to migrate data from one OpenSearch cluster to another. One of the missing components here would be the ability to retrieve data from OpenSearch. Other users have expressed a need to transform data from OpenSearch clusters.

Describe the solution you'd like

Include an OpenSearch source plugin for Data Prepper. It will need some of the following configurations.

  • Connection configurations similar to the opensearch sink.
  • Source index or indices. This should also support dynamic indices based on date.
  • Possibly query options to filter down the data. If not specified, all data in the index would be used.
  • Schedule configurations for reading data.

Additional context

This should be similar to the logstash-input-opensearch-plugin provided in the OpenSearch project.

https://opensearch.org/blog/community/2022/05/introducing-logstash-input-opensearch-plugin-for-opensearch/
https://github.com/opensearch-project/logstash-input-opensearch

Metadata

Metadata

Assignees

Labels

plugin - sourceA plugin to receive data from a service or location.

Type

No type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions