-
Notifications
You must be signed in to change notification settings - Fork 207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpenSearch source plugin #1985
Comments
Create a source plugin which would enable users to bulk read, bulk write on a scheduled manner to a given OpenSearch cluster. This plugin should be extendable to take user defined additional sources. Users should be able to create/schedule pipeline for migration of data by Auto discovery i.e. Listing all the indexes or Take given Index Additional context Plugin should be able to take configurations data related to cluster including hostname:port, user credentials, optional - index and query (e.g. match_all) . I would envision the following sequence of steps cat indices - https://opensearch.org/docs/1.2/opensearch/rest-api/cat/cat-indices/ 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/ Sample YML should be :
|
…rch-project#2264 Signed-off-by: rajeshLovesToCode <[email protected]>
Signed-off-by: rajeshLovesToCode <[email protected]>
…nsearch-project#2264 Signed-off-by: rajeshLovesToCode <[email protected]>
, opensearch-project#2264" This reverts commit 4cf978d.
…search-project#2264. Signed-off-by:rajeshLovesToCode <[email protected]>
…search-project#2264. Signed-off-by: rajeshLovesToCode <[email protected]>
…search-project#2264. Signed-off-by: rajeshLovesToCode <[email protected]> Signed-off-by: rajeshLovesToCode <[email protected]>
…search-project#2264. Signed-off-by: rajeshLovesToCode <[email protected]>
…search-project#2264. Signed-off-by: rajeshLovesToCode <[email protected]> Signed-off-by: rajeshLovesToCode <[email protected]>
…search-project#2264. Signed-off-by: rajeshLovesToCode <[email protected]> Signed-off-by: rajeshLovesToCode <[email protected]>
…search-project#2264. Signed-off-by: rajeshLovesToCode <[email protected]>
… Signed-off-by: rajeshLovesToCode <[email protected]>
…y: rajeshLovesToCode <[email protected]> Signed-off-by: rajeshLovesToCode <[email protected]>
…roject#2264. Signed-off-by: rajeshLovesToCode <[email protected]>
…ect#2264. Signed-off-by: rajeshLovesToCode <[email protected]>
Signed-off-by: mallikagogoi7 <[email protected]>
Signed-off-by: mallikagogoi7 <[email protected]>
Signed-off-by: mallikagogoi7 <[email protected]>
Signed-off-by: mallikagogoi7 <[email protected]>
Latest PR: #2806 from @graytaylor0 |
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.
opensearch
sink.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
The text was updated successfully, but these errors were encountered: