- Lab
- A Cloud Guru
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.
Path 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."
What's a lab?
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.
Provided environment for hands-on practice
We will provide the credentials and environment necessary for you to practice right within your browser.
Guided walkthrough
Follow along with the author’s guided walkthrough and build something new in your provided environment!
Did you know?
On average, you retain 75% more of your learning if you get time for practice.