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


This chapter covered the Kibana management, through which we can tweak the behavior of Kibana. Then, we covered the index pattern where first we created the index pattern by taking the server-metrics index of Elasticsearch.

After creating an index pattern, we covered the set as the default index pattern feature of Management, through which we can set any index pattern as a default. This is quite helpful. As for discover, visualize, and dashboard, we need not worry about the index pattern selection in case we want to work on any particular index.

Then, we went through the refresh index field, through which we can update any change in Elasticsearch index into the Kibana index pattern. After refreshing, we looked at the delete index pattern, through which we can delete any index from Kibana.

We can configure the index fields by setting it through managing fields. Here, we can set the format and transform the values as per the field type. The saved objects option of management is there...