Hello, Is there anyway to reconfigure elasticsearch without changing the main /etc/elasticsearch/elasticsearch.yml file?
We want to setup an elasticsearch.yml file that is common for all our test environments. Then we want an additional file that is specific to the environment. That environment specific file might change the cluster name, change the discovery mode, etc. Is this possible with elasticsearch? Can we give it a list of locations where it can find the elasticsearch.yml For example this is supported: path.data: ["/mnt/first", "/mnt/second"] Is this supported? path.conf: ["/etc/elasticsearch", "/etc/elasticsearch.d/*"] or this? path.conf: ["/etc/elasticsearch", "/etc/elasticsearch-local/"] -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/9c3b279b-e4d6-4923-90a2-60fedbc5ea80%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
