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 the 127.0.0.1:9200 port, you have to change the Kibana configuration settings. Open the configuration as shown next:
cd kibana-5.1.2-darwin-x86_64sudo vi config/kibana.yml
In the configuration file, find the elasticsearch.url setting and replace the value with the IP address and port of where Elasticsearch is running. To start Kibana, execute the following commands:
./bin/kibana
If Kibana is started successfully, you will see Ready at the end of the messages in the console as shown next:
[21:56:30.709] [info][listening] Server running at http://localhost:5601[21:56:30.710] [info][status][ui settings] Status ...
Read now
Unlock full access