Elasticsearch in Distributed mode

Hi ,

can some one can tell how to make elastic search in distributed mode and to switch to local mode. (which parameter to update and file)
thanks in advance.

regards

Anumod

What does it mean?

Hi David,

I need to make the elastic search in distributed mode, what are the changes need to the .yml file.

-Anumod

Elasticsearch is only "distributed". I assume you mean from development to production modes (https://www.elastic.co/guide/en/elasticsearch/reference/6.1/system-config.html#dev-vs-prod). Please have a look though the documentation at https://www.elastic.co/guide/en/elasticsearch/reference/6.1/important-settings.html. Specifically you will be interested in network.host and discovery.zen.ping.unicast.hosts.

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.