Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Kibana 8.x – A Quick Start Guide to Data Analysis

You're reading from   Kibana 8.x – A Quick Start Guide to Data Analysis Learn about data exploration, visualization, and dashboard building with Kibana

Arrow left icon
Product type Paperback
Published in Feb 2024
Publisher Packt
ISBN-13 9781803232164
Length 198 pages
Edition 1st Edition
Tools
Arrow right icon
Author (1):
Arrow left icon
Krishna Shah Krishna Shah
Author Profile Icon Krishna Shah
Krishna Shah
Arrow right icon
View More author details
Toc

Table of Contents (17) Chapters Close

Preface 1. Part 1: Exploring Kibana FREE CHAPTER
2. Chapter 1: Introduction to Kibana 3. Chapter 2: Creating Data Views and Introducing Spaces 4. Chapter 3: Discovering the Data through Discover 5. Part 2: Visualizations in Kibana
6. Chapter 4: How About We Visualize? 7. Chapter 5: Powering Visualizations with Near Real-Time Updates 8. Part 3: Analytics on a Dashboard
9. Chapter 6: Data Analysis with Machine Learning 10. Chapter 7: Graph Visualization 11. Chapter 8: Finally, the Dashboard 12. Part 4: Querying on Kibana and Advanced Concepts
13. Chapter 9: ES|QL and Advanced Kibana Concepts 14. Chapter 10: Query DSL and Management through Kibana 15. Index 16. 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 $19.99/month. Cancel anytime
Banner background image