Kibana

From ArchWiki

Merge-arrows-2.pngThis article or section is a candidate for merging with Elasticsearch.Merge-arrows-2.png

Notes: Kibana is part of Elastic Search. This page is a little short to have its own page. (Discuss in Talk: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