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

Creating the dashboard


We created the visualization for showing metric data in the previous chapter and saved it under the Visualize tab of Kibana. Now, by using these visualizations, we'll design a new dashboard. To create the dashboard, click on the Dashboard link on the left-hand side menu in Kibana:

We will get a empty screen with a message This dashboard is empty. Let's fill it up! We need to do the following to create a dashboard:

  1. Click on the Add button on the page or Add link on the top menu.
  2. On the Add Panel screen, we have two options: Visualization and Saved Search.
  3. Under Visualization, add the visualization that we created and saved earlier:

  1. Under Saved Search, add the saved search under Kibana Discover.
  2. After adding all the required visualizations, click on the up arrow in the top-right corner.
  3. This will show all visualizations one after another, which we have just added into the dashboard:

After these steps, our dashboard is ready with visualizations. Now, we need to save it by giving...