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

Summary


In this chapter, we covered dashboard creation by directly fetching RDBMS data using the JDBC input plugin. Using this plugin, we can write the queries to fetch the data from RDBMS and save that data into Elasticsearch using Logstash pipelining.

Here, Logstash uses JDBC input plugin to query the RDBMS server directly, and after getting that data through input, it passes that data into Elasticsearch. Once the data is added into Elasticsearch, we can use that data in Kibana by creating the index pattern.

After creating the index pattern, we can create different visualizations as per our requirement and then integrate those visualizations to create the dashboard. Once the dashboard is created, we can edit and save it for further use. In this way, we covered the dashboard creation using RDBMS data.