Kibana
Installation
Install the kibanaAUR package.
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