Hi,
I’m using Opendistro for Elasticsearch on Kubernetes using the chart available on your Github repository: opendistro-build/helm/opendistro-es at main · opendistro-for-elasticsearch/opendistro-build · GitHub
Using the configuration options available in values.yaml, I managed to customize my configuration, create users, roles, roles mapping… Everything works great so far.
Once installed on my kubernetes cluster, I still need to login as admin to kibana and create my Indexes and Index State Managent (ISM) policies manually before my setup is complete. I tried to find where they are stored on the pods but couldn’t find anything…
My question: Is there a way to configure index and ISM policies automatically using values.yaml, config files or something else?
Thank you in advance,
David