Installing Kibana

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

In the Kibana folder, double-click the Install_Kibana.bat file.

The batch file installs Kibana 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 5601.
-Elasticsearch
Sets the Elasticsearch endpoint (host:port). Default is http://localhost:9200.

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

Install_Kibana.bat [-Folder <folder>] [-Port <port>] [-Elasticsearch <endpoint>]

Close the command prompt window when execution completes.