How can I configure certain cluster/index settings from elasticsearch.yaml ? Say if I want to tune index.refresh_interval ? Whats the default value used by the eck ?
Hi @dineshabbi,
See this documentation page that explains how to set your own Elasticsearch configuration settings in the Elasticsearch yaml manifest.
ECK does not apply any particular default for index.refresh_interval
. Elasticsearch own defaults are used.