Kibana

From ArchWiki
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.

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 kibana 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