xco-sk / eck-custom-resources

Kubernetes operator for Indices, Index Templates, Roles, Users and other Elasticsearch and Kibana related resources.
Apache License 2.0
36 stars 8 forks source link

Feature request: Default data view #50

Open codeeong opened 1 year ago

codeeong commented 1 year ago

Hi! My team has been loving this helm chart for setting up our elasticsearch/kibana resources. One thing we feel would make it even better would be if we could set the default data view using a chart as well. From what I see, it is a separate POST call POST <kibana host>:<port>/api/data_views/default documentation here: https://www.elastic.co/guide/en/kibana/master/data-views-api-default-set.html

Hope that you would consider adding this feature! Thank you!

xco-sk commented 1 year ago

Hi @codeeong thanks for the input, and sure, I will check what's needed and hopefully implement it as soon as possible :-).