Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Kibana 8.x – A Quick Start Guide to Data Analysis

You're reading from  Kibana 8.x – A Quick Start Guide to Data Analysis

Product type Book
Published in Feb 2024
Publisher Packt
ISBN-13 9781803232164
Pages 198 pages
Edition 1st Edition
Languages
Author (1):
Krishna Shah Krishna Shah
Profile icon Krishna Shah

Table of Contents (17) Chapters

Preface Part 1: Exploring Kibana
Chapter 1: Introduction to Kibana Chapter 2: Creating Data Views and Introducing Spaces Chapter 3: Discovering the Data through Discover Part 2: Visualizations in Kibana
Chapter 4: How About We Visualize? Chapter 5: Powering Visualizations with Near Real-Time Updates Part 3: Analytics on a Dashboard
Chapter 6: Data Analysis with Machine Learning Chapter 7: Graph Visualization Chapter 8: Finally, the Dashboard Part 4: Querying on Kibana and Advanced Concepts
Chapter 9: ES|QL and Advanced Kibana Concepts Chapter 10: Query DSL and Management through Kibana Index Other Books You May Enjoy

Using Annotations

Have you ever needed a very simple yet easy-to-understand feature to denote a very important event in your dataset on the graph? Guess what? Annotations does the trick for you.

For example, if we want to mark an event where the product base price goes above 50, then we can do this by following these very simple steps:

  1. Navigate to TSVB, and switch to the Annotations tab.
  2. Go to Annotations and add data source as Data view. For example, Kibana_sample_data_ecommerce.
  3. Select the Time field (this can be a timestamp or a data field in your dataset): order_date.
  4. Enter Query String, where we define the rule/condition to be satisfied for the annotation to appear on the graph: products.base_price > 150.
  5. Select the field that we want to use to create annotations in product.base_price.
  6. Select Icon: bell.
  7. Enter a Mustache expression in the Row template, for example, the following in this case: {{product.base_price}}. (Uses Mustache language...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}