Book Image

Kibana Essentials

Book Image

Kibana Essentials

Overview of this book

Table of Contents (15 chapters)
Kibana Essentials
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Understanding the debug panel


The debug panel is used to view the raw data of Elasticsearch behind a visualization. It will give us detailed information, such as the results of the visualization and what the request of Elasticsearch was, along with the response from Elasticsearch, and the statistics behind it.

To view the debug panel, click on the caret (^) button. It is at the bottom of each visualization.

Let's take a look at the debug panel with Bar Chart created in Chapter 3, Exploring the Visualize Page, which shows the top five languages that have retweet.retweet_count in the ranges of 0-10 and 10-20.

Table

Table represents the data behind the visualization in the form of a table. This table contains data in the form of pages. You can sort this data by clicking on any of the headers of the columns, as shown here:

In the preceding screenshot, you can view the raw data underlying the visualization. You can even change the Page Size value to accommodate the results in one page. Also you can...