April 2017
Intermediate to advanced
470 pages
11h 12m
English
Installing the latest version of Kibana at the time of writing can be performed as follows:
# vim /etc/yum.repos.d/kibana.repo [kibana-5.x] name=Kibana repository for 5.x packages baseurl=https://artifacts.elastic.co/packages/5.x/yum gpgcheck=1 gpgkey=https://artifacts.elastic.co/GPG-KEY-elasticsearch enabled=1 autorefresh=1 type=rpm-md
# yum update -y && yum install kibana -y
# chkconfig kibana on
Read now
Unlock full access