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.
Learning Objectives
Successfully complete this lab by achieving the following learning objectives:
- 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."
- 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."
- 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."