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

Creating Gauge Visualizations in Kibana 7.6
Gauge visualizations in Kibana provide an easy to read and understand readout of your data. What's more is that they can be used to not only demonstrate the value of something, but relate that value on an overall scale. In this hands-on lab, you will create gauge visualizations to display instantaneous metric readouts.

Lab Info
Table of Contents
-
Challenge
Create and Save the Total Flights Visualization
- Create a new gauge visualization.
- Calculate the total number of flights and label it as "Flights".
- Create 5 ranges at 100 point intervals (0-100, 100-200, 200-300, 300-400, 400-500).
- Color the gauge with the "Blues" schema.
- Save the visualization as "Total Flights".
-
Challenge
Create and Save the Average Ticket Price Visualization
- Create a new gauge visualization.
- Calculate the average of
AvgTicketPrice
, label it as "Ticket Price", and display it as a dollar amount with 2 decimal places (example: 1,234.567 as $1,234.56). - Create 4 ranges at 500 point intervals (0-500, 500-1000, 1000-1500, 1500-2000).
- Color the gauge with the "Green to Red" schema.
- Save the visualization as "Average Ticket Price".
-
Challenge
Create and Save the Delayed Flights Visualization
- Create a new gauge visualization.
- Add a filter to only show documents where
FlightDelay
istrue
. - Calculate the total number of flights and label it as "Delayed Flights".
- Split the buckets on the top 3 of
carrier
ordered by the number of delayed flights in descending order and labelled as Carrier. - Create 5 ranges at 10 point intervals (0-10, 10-20, 20-30, 30-40, 40-50).
- Color the gauge with the "Yellow to Red" schema.
- Save the visualization as "Delayed Flights".
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.