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 some good features of Kibana, such as time series data handling, under which we covered conditional formatting and tracking trends. Using conditional formatting, we can apply conditional formatting on data plots, such as changing the color if a data range goes beyond a threshold value or changing the label of a plot in case something changes. Under tracking trends, we covered how to smooth a plot if it is noisy, as sometimes it is difficult to get an idea about the trend, and for those situations, we can use moving average for certain block sizes to get a smooth plot, using which we can take the decisions.

After conditional formatting and tracking trends, we explored the visual builder, using which we can work on time series data without depending on Timelion. This is again a very good feature as not everyone is familiar with Timelion because of its different syntax and ways of writing expressions. Using visual builder, anyone can achieve these features...