blob: 89c289f3ba2b58ed5fc2cd17b00ed75b0358822b [file] [log] [blame]
Filip Pytlounf81d3e92015-10-06 16:28:32 +02001
2======
3Kibana
4======
5
6Kibana is an open source (Apache Licensed), browser based analytics and search interface to Logstash and other timestamped data sets stored in ElasticSearch. With those in place Kibana is a snap to setup and start using (seriously). Kibana strives to be easy to get started with, while also being flexible and powerful
7
8Sample pillar
9=============
10
11.. code-block:: yaml
12
13 kibana:
14 server:
15 addrepo: true
16 enabled: true
17 bind:
18 address: 0.0.0.0
19 port: 5601
20 database:
21 engine: elasticsearch
22 host: localhost
23 port: 9200
24
jan kaufman9c225fb2016-03-10 11:11:40 +010025Or without adding elasticsearch kibana repository, but with modified path to config file
Filip Pytlounf81d3e92015-10-06 16:28:32 +020026
27.. code-block:: yaml
28
29 kibana:
30 server:
jan kaufman9c225fb2016-03-10 11:11:40 +010031 configpath: /usr/share/kibana/config/kibana.yml
Filip Pytlounf81d3e92015-10-06 16:28:32 +020032 enabled: true
33 bind:
34 address: 0.0.0.0
35 port: 5601
36 database:
37 engine: elasticsearch
38 host: localhost
39 port: 9200
40
41
42Read more
43=========
44
45* https://github.com/elasticsearch/kibana/blob/master/src/config.js