How do I create multiple nodes on different Computers

I'm using elastic search version 6.3.1, windows system

problems:

  1. my cluster health is yellow.
  2. have the setup in one system

want to achieve:

  1. green the health of clusters
  2. want to setup up multiple nodes, so that my health of cluster goes green.
  3. get the replicas enabled.

tried:
setup in same system , its working good. using,
commands:
bin/elasticsearch -Epath.data=data1 -Epath.logs=log1
bin/elasticsearch -Epath.data=data2 -Epath.logs=log2

achieved the green health but, i want to achieve that when the elastic search is installed in different systems.

can u help me with a document/ configs for both the system???

You need to define the important settings. Look at https://www.elastic.co/guide/en/elasticsearch/reference/current/important-settings.html

Specifically at:

HTH

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