- Lab
- A Cloud Guru
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.
Path 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".
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.