-
Notifications
You must be signed in to change notification settings - Fork 224
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
[FEATURE] CRD to add data-streams and indices #868
Comments
You can already do that by using the templates :) https://github.com/opensearch-project/opensearch-k8s-operator/blob/main/charts/opensearch-operator/files/opensearch.opster.io_opensearchindextemplates.yaml |
Thanks for the quick response. I was already aware of the option using the index template. The problem with the index template is that the index/data stream is only created when an event is received from OpenSearch for the first time. However, the wish would be to create the indices/data stream in advance. |
[Triage] Thanks for opening the issue. While we get to it, please feel free to contribute the feature if you can. Thanks! |
Might be worth trying creating your indexes with the "curator" like this : https://github.com/flant/curator-opensearch/blob/main/examples/actions/create_index.yml |
Is your feature request related to a problem?
It would be nice to have the possibility to create data-streams/indices by CRD.
What solution would you like?
The CRD can manage which data-streams/indices will be deployed.
What alternatives have you considered?
Run an ansible-job.
Do you have any additional context?
None
The text was updated successfully, but these errors were encountered: