- Lab
-
Libraries: If you want this lab, consider one of these libraries.
- Cloud

Creating Time Series Visualizations with the Time Series Visual Builder (TSVB) in Kibana 7.6
The Time Series Visual Builder (TSVB) in Kibana provides a more detailed and customizable way of visualizing data. In this hands-on lab, you will use the TSVB to create elaborate time series visualizations.

Lab Info
Table of Contents
-
Challenge
Create and save the Flights by Status Over Time visualization
- Create a new time series visualization with the TSVB.
- Calculate the number of events and label it as Flights.
- Group Flights by the following filters:
Cancelled
andFlightDelay
are bothfalse
, labelled as On Time, and colored green.FlightDelay
istrue
, labelled as Delayed, and colored yellow.Cancelled
istrue
, labelled as Cancelled, and colored red.
- Configure the visualization as a stacked bar chart with 1 hour time intervals.
- Save the visualization as "Flights by Status Over Time."
-
Challenge
Create and save the Flight Delays by Delay Type Over Time visualization
- Create a new time series visualization with the TSVB.
- Calculate the number of events where
FlightDelay
istrue
, and label it as Delays. - Group Delays by the top 10 of
FlightDelayType
ordered by the number of delays in descending order. - Configure the visualization as a stacked bar chart with the rainbow split color theme and 1 hour time intervals.
- Add a second series that calculates the number of events where
FlightDelay
istrue
, and label it as Total Delays. - Configure the Total Delays series as an invisible line graph. (We just want to see the value in the legend and tooltip).
- Save the visualization as "Flight Delays by Delay Type Over Time."
-
Challenge
Create and save the Flights by Carrier Over Time visualization
- Create a new time series visualization with the TSVB.
- Calculate the number of events where
Cancelled
isfalse
and label it as Flights. - Group Flights by the top 10 carriers ordered by the number of flights in descending order.
- Configure the visualization as a stacked bar chart with the rainbow split color theme and 1 hour time intervals.
- Add an annotation with the following requirements:
- Annotates all occurrences of a cancelled flight (
Cancelled
istrue
). - Annotates using a red line and the "Exclamation Triangle" icon.
- Annotations should display "Cancelled Flight: " followed by the flight number (
FlightNum
).
- Annotates all occurrences of a cancelled flight (
- Save the visualization as "Flights by Carrier Over Time."
About the author
Real skill practice before real-world application
Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.
Learn by doing
Engage hands-on with the tools and technologies you’re learning. You pick the skill, we provide the credentials and environment.
Follow your guide
All labs have detailed instructions and objectives, guiding you through the learning process and ensuring you understand every step.
Turn time into mastery
On average, you retain 75% more of your learning if you take time to practice. Hands-on labs set you up for success to make those skills stick.