Installing Elasticsearch

Note: For 3-node setup, install on Node 1.

In the Elasticsearch folder, double-click the Install_ES.bat file.

The batch file installs Elasticsearch on the machine.

The following arguments can be configured:

-Folder
Sets the installation directory. Default is Program Files.
-Port
Sets the service listening port. Default is 9200.

To configure these arguments, run the following from a command prompt:

Install_ES.bat [-Folder <folder>] [-Port <port>]

Close the command prompt window when execution completes.