Book Image

Mastering Kibana 6.x

Book Image

Mastering Kibana 6.x

Overview of this book

Kibana is one of the popular tools among data enthusiasts for slicing and dicing large datasets and uncovering Business Intelligence (BI) with the help of its rich and powerful visualizations. To begin with, Mastering Kibana 6.x quickly introduces you to the features of Kibana 6.x, before teaching you how to create smart dashboards in no time. You will explore metric analytics and graph exploration, followed by understanding how to quickly customize Kibana dashboards. In addition to this, you will learn advanced analytics such as maps, hits, and list analytics. All this will help you enhance your skills in running and comparing multiple queries and filters, influencing your data visualization skills at scale. With Kibana’s Timelion feature, you can analyze time series data with histograms and stats analytics. By the end of this book, you will have created a speedy machine learning job using X-Pack capabilities.
Table of Contents (21 chapters)
Title Page
Copyright and Credits
Packt Upsell
Contributors
Preface
Index

Configuring the Beats


First, we will cover the configuration of different Beats in order to get the metric data into Elasticsearch directly or using Logstash, based on our requirements. The following flowchart shows us the way through which Beats ship the data to Logstash or Elasticsearch and then we can plot into Kibana using that data:

We will configure Filebeat, Metricbeat, and Packetbeat so that these Beats can send the data to the central Elasticseach cluster or Logstash. Once this process is started, we can use the Elasticseach data to create different visualizations and can then integrate those visualizations to create the dashboard. So, let's start the Beats configuration.

Filebeat

Filebeat is a lightweight data shipper that can be used to forward the logs and files data. Filebeat reads and forwards the log lines and in case of any downtime, it remembers the locations and resumes from that location once everything is back online:

Filebeat has internal modules for Apache, NGINX, MySQL...