We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is data stream functionality of Open Search https://opensearch.org/docs/latest/im-plugin/data-streams/. This functionality cant be used with Open Search Java client.
client.indices().getDataStream()
client.indices().putDataStream()
client.indices().deleteDataStream()
timestamp_field
dataStream
putIndexTemplate
Writing my own implementation using org.opensearch.client.RestClient
org.opensearch.client.RestClient
The text was updated successfully, but these errors were encountered:
Thank you @gkozyryatskyy for the feature request. Would you be willing to open a PR for the feature?
Sorry, something went wrong.
@VachaShah not for now, but may be in the future if it is not in your plans.
Thank you for the reply!
I have created a PR #416 for data stream APIs, which covers the feature you mentioned.
No branches or pull requests
Is your feature request related to a problem?
There is data stream functionality of Open Search https://opensearch.org/docs/latest/im-plugin/data-streams/. This functionality cant be used with Open Search Java client.
What solution would you like?
client.indices().getDataStream()
client.indices().putDataStream()
client.indices().deleteDataStream()
timestamp_field
fordataStream
atputIndexTemplate
What alternatives have you considered?
Writing my own implementation using
org.opensearch.client.RestClient
The text was updated successfully, but these errors were encountered: