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

Creating Pie Visualizations in Kibana 7.6
Pie visualizations are one of the most popular ways to demonstrate the distribution of some metric over a set of values. Visualizing the proportions of values in relation to the sum of values is an intuitive way of communicating significance. In this hands-on lab, we will use pie chart visualizations to answer questions that seek to understand the significance of values within a data set.

Lab Info
Table of Contents
-
Challenge
Create and Save the Most Delayed Carriers Visualization
- Create a new pie visualization.
- Calculate the sum of
FlightDelayMin
, label it as "Delayed Time", and format it as a duration in human-readable form. - Split the slices on the top 5 of
Carrier
, ordered by the delayed time in descending order, and labeled as "Carrier". - Configure the chart to show labels.
- Save the visualization as "Most Delayed Carriers".
-
Challenge
Create and Save the Flight Status Visualization
- Create a new pie visualization.
- Calculate the total number of flights, and label it as "Flights."
- Split the chart into slices using the following filters:
- Filter 1 is labeled as "On Time" and includes all documents where both
Cancelled
andFlightDelay
arefalse
. - Filter 2 is labeled as "Delayed" and includes all documents where
FlightDelay
istrue
. - Filter 2 is labeled as "Cancelled" and includes all documents where
Cancelled
istrue
.
- Filter 1 is labeled as "On Time" and includes all documents where both
- Configure the chart to show labels.
- Color the On Time slice green, the Delayed slice yellow, and the Cancelled slice red.
- Save the visualization as "Flight Status".
-
Challenge
Create and Save the Popular Destinations by Carrier Visualization
- Create a new pie visualization.
- Calculate the total number of flights, and label it as "Flights".
- Split the chart on the top 3 of
Carrier
, ordered by the most flights in descending order, and labeled as "Carrier". - Split the slices on the top 5 of
DestCountry
, ordered by the most flights in descending order, and labeled as "Country". - Split the slices on the top 5 of
DestCity
, ordered by the most flights in descending order, and labeled as "City". - Disable the donut pie setting.
- Save the visualization as "Popular Destinations by Carrier".
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.