I'm using elastic search version 6.3.1, windows system
problems:
- my cluster health is yellow.
- have the setup in one system
want to achieve:
- green the health of clusters
- want to setup up multiple nodes, so that my health of cluster goes green.
- 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???