Skip to content

Contact sales

By filling out this form and clicking submit, you acknowledge our privacy policy.
  • Labs icon Lab
  • A Cloud Guru
Google Cloud Platform icon
Labs

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.

Google Cloud Platform icon
Labs

Path Info

Level
Clock icon Intermediate
Duration
Clock icon 1h 30m
Published
Clock icon Jul 20, 2021

Contact sales

By filling out this form and clicking submit, you acknowledge our privacy policy.

Table of Contents

  1. Challenge

    Create and Save the Most Delayed Carriers Visualization

    1. Create a new pie visualization.
    2. Calculate the sum of FlightDelayMin, label it as "Delayed Time", and format it as a duration in human-readable form.
    3. Split the slices on the top 5 of Carrier, ordered by the delayed time in descending order, and labeled as "Carrier".
    4. Configure the chart to show labels.
    5. Save the visualization as "Most Delayed Carriers".
  2. Challenge

    Create and Save the Flight Status Visualization

    1. Create a new pie visualization.
    2. Calculate the total number of flights, and label it as "Flights."
    3. Split the chart into slices using the following filters:
      • Filter 1 is labeled as "On Time" and includes all documents where both Cancelled and FlightDelay are false.
      • Filter 2 is labeled as "Delayed" and includes all documents where FlightDelay is true.
      • Filter 2 is labeled as "Cancelled" and includes all documents where Cancelled is true.
    4. Configure the chart to show labels.
    5. Color the On Time slice green, the Delayed slice yellow, and the Cancelled slice red.
    6. Save the visualization as "Flight Status".
  3. Challenge

    Create and Save the Popular Destinations by Carrier Visualization

    1. Create a new pie visualization.
    2. Calculate the total number of flights, and label it as "Flights".
    3. Split the chart on the top 3 of Carrier, ordered by the most flights in descending order, and labeled as "Carrier".
    4. Split the slices on the top 5 of DestCountry, ordered by the most flights in descending order, and labeled as "Country".
    5. Split the slices on the top 5 of DestCity, ordered by the most flights in descending order, and labeled as "City".
    6. Disable the donut pie setting.
    7. Save the visualization as "Popular Destinations by Carrier".

The Cloud Content team comprises subject matter experts hyper focused on services offered by the leading cloud vendors (AWS, GCP, and Azure), as well as cloud-related technologies such as Linux and DevOps. The team is thrilled to share their knowledge to help you build modern tech solutions from the ground up, secure and optimize your environments, and so much more!

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.

Start learning by doing today

View Plans