A photo of Mitesh Shah

Mitesh Shah

Linux Expert | Automation Enthusiast | Security Consultant

Email Skype Github Twitter Resume Hire Me Keybase LinkedIn Stackoverflow


How to Install Kibana

Overview

Kibana

  • Kibana is an open source data visualization plugin for Elasticsearch.
  • It provides visualization capabilities on top of the content indexed on an Elasticsearch cluster.
  • Users can create bar, line and scatter plots, or pie charts and maps on top of large volumes of data.

Install Kibana

$ cd /opt
$ sudo wget -c https://download.elastic.co/kibana/kibana/kibana-4.3.0-linux-x64.tar.gz -O /opt/kibana.tar.gz
$ tar -zxvf kibana.tar.gz && rm kibana.tar.gz




Post Navigation