Kibana
Jump to navigation
Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Installation
Running
Start/enable kibana.service
.
Configuration
By default kibana
does not specify a port or bind address.
The main Kibana configuration file is located at /etc/kibana/kibana.yml
.
At a minimum uncomment the following lines:
/etc/kibana/kibana.yml
server.port: 5601 server.host: "localhost" elasticsearch.hosts: ["http://localhost:9200"]
Once the changes are saved Restart the kibana.service
Usage
Access the interface on http://localhost:5601