Published on

Kibana Installation and Configuration

Authors
  • avatar
    Name
    Yuchen Wei
    Twitter

Kibana

https://www.elastic.co/cn/products/kibana

Kibana Installation

  • tar -xvf kibana-6.5.4-linux-x86_64.tar.gz
  • cd kibana-6.5.4-linux-x86_64/config
  • vim kibana.yml
k1

Access Server on Port 5601

Click "Managment" and go to Index Patterns

k2

Create Index

k3

Select Timestamp

k4

View Created Index

k5

Data in Discover Tab

k6

Display Metricbeat Data in Kibana

k7

Install Metricbeat Dashboard

  • k8

System View:

k9

Nginx Dashboard:

k10

Install Filebeat Nginx Log Dashboard

Switch to the Filebeat Directory

k12

Install Dashboard to Kibana

  • ./filebeat -c nginx-log.yml setup