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

Chapter 4. Visualizing the Data

In this chapter, we'll learn how to create a visualization of data of Elasticsearch indices. Kibana visualize provides us with a user interface, through which we can create different types of visualizations. However, in the background, it uses a series of Elasticsearch aggregations to extract the required data and processes it for visualization.

We can create this visualization using the saved search under the Discover tab, or we can start with a fresh search. There is a quotation that states, "A picture is worth a thousand words", which is quite correct for data visualization as well. When we create a visualization from a large set of data, we can make instant decisions by looking at these visualizations. It will take months if we try to make sense of that data by reading it. There are different tools available on the market to deal with this, but for dashboarding, Kibana is very popular and is growing. In this chapter, we will learn how to create different...