June 2017
Beginner to intermediate
404 pages
8h 22m
English
You can start Kibana using the binary scripts in the bin folder. If Elasticsearch is not running on port 9200, you have to change the Kibana configuration settings. Open the configuration file (config\kibana.yml) using your favorite text editor.
In the configuration file, find elasticsearch.url setting and replace the value with IP address and port where Elasticsearch is running. To start Kibana, execute the following commands:
cd c:\kibana-5.1.2-windows-x86bin\kibana.bat
If Kibana is started successfully, you will see Ready at the end of the messages in the console as shown below:
[21:56:30.709] [info][listening] Server running at http://localhost:5601[21:56:30.710] [info][status][ui settings] Status changed ...
Read now
Unlock full access