Question
2
Replies
40
Views
Virtusa
Posted: May 3, 2020
Last activity: May 12, 2020
Elastic Search is not working as the new node not mapped as host node for search index
Hi,
Our Application is on AWS cloud platform. whenever new node provisioned which is not set as host node by default, so the search is not working. every time we need to manually add the new node as host node in Search Landing page. can this be automated?
You can use the following JVM argument to specify a node as an index host node:
-Dindex.directory=<index_directory>
This tells the node at startup it will host indexes and the directory where they will be.