Learning Kibana 7 by Anurag Srivastava

Learning Kibana 7 by Anurag Srivastava

Author:Anurag Srivastava
Language: eng
Format: epub
Tags: COM089000 - COMPUTERS / Data Visualization, COM005030 - COMPUTERS / Enterprise Applications / Business Intelligence Tools, COM018000 - COMPUTERS / Data Processing
Publisher: Packt Publishing
Published: 2019-07-19T12:11:28+00:00


We are going to cover the following topics in this chapter:

Introducing Dev Tools

The Dev Tools Console

Search Profiler

Grok Debugger

Introducing Timelion

Building a metrics dashboard in Timelion based on time-series data

A practical example of Timelion with some use cases

Introducing Dev Tools

Dev Tools is an important feature of Kibana where we have a console for running Elasticsearch queries, a search profiler to profile the Elasticsearch query, and Grok Debugger to create a grok pattern for extracting fields from unstructured data, such as log files. For accessing the Elasticsearch index in Kibana, we need to create the index pattern; however, using the Dev Tools console, we can directly run queries on any index of Elasticsearch.

The search profiler of Dev Tools provides details of each query with the query duration for each component of the query, along with the percentage of time consumed for each component. We can optimize the queries using this detail if any component is taking a long time.

Now we will cover these three features of Dev Tools in detail.



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.