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

Requirement of test environment


We should always create a test environment to test changes before applying them to the production environment, so that, if any change breaks the Elastic Stack setup, we can stop it at the testing level without affecting the production environment. Also, we can use it as a playground to test trivial or nontrivial things, and once it is successful, we can easily replicate it on the production setup.

In Elasticsearch Stack, we have different configuration options to tweak and change some features of the setup and, sometimes, can also break the running application, so it is very necessary to test changes on the test environment first before applying them on the production setup once it is successful on the test environment.

Apart from configuration settings, we have APIs in Elasticsearch, with which we can play around, and once what is tested, we can then just do the same on production setup as well. There are so many things to consider, such as visualization creation...