-
Notifications
You must be signed in to change notification settings - Fork 253
Description
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
Type
Projects
Status