Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

ELK Stack Training and Certification https://www.edureka.

co/elk-stack-training

ELK Stack Training and Certification

Installation Guide: Kibana

© Brain4ce Education Solutions Pvt. Ltd.


INSTALLATION GUIDE: KIBANA https://www.edureka.co/elk-stack-training

Kibana: Windows

Installing Kibana: Explore, Visualize & Share


Version: 5.5.2

Prerequisite: Java 8

Download: ZIP

Installation Steps:

• Download and unzip Kibana


• Prepare the YAML file
• Execute Kibana

1. Download And Unzip Kibana:

Click here to download Kibana from Elastic’s official website

2. Prepare The YAML File:

Open config/kibana.yml in an editor


Set elasticsearch.url to point at your Elasticsearch instance

3. Execute Kibana

Run bin\kibana.bat

4. Point your browser at http://localhost:5601


INSTALLATION GUIDE: KIBANA https://www.edureka.co/elk-stack-training

Kibana: Linux

Installing Kibana: Explore, Visualize & Share


Version: 5.5.2

Prerequisite: Java 8 is required for Kibana 5.x.

Download: TAR.GZ

Installation Steps:

• Download and unzip Kibana


• Prepare the YAML file (OS Independent)
• Execute Kibana

Installing From The Downloaded Binary

Click here to download the TAR.GZ file for Linux from Kibana’s official website

tar –xvf Kibana-5.5.2.tar.gz

You might also like