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, you learned how to import Apache logs and store them in Elasticsearch by creating and executing Logstash configuration files. After moving the Apache logs into the Elasticsearch index, we verified this by listing the index using a web browser. Then, we configured Kibana to import Elasticsearch indexes and verified the same using the Discover tab of Kibana.

Once our log data was in place, we created a visualization using the data metrics option. Then, we created a dashboard using the visualization. After creating the dashboard, you learned to customize it using drag and drop, resizing, deleting, color options, title edit, and so on. This has given us an overall picture on how to use Kibana dashboards, which is quite superficial. You will learn more about the dashboards in the upcoming chapters.

In the next chapter, we will cover the Discover option of Kibana to explore our data. We will cover what Kibana Discover is all about and its features. We will access all documents...