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 Map Visualizations in Kibana 7.6

Using Kibana, you can visualize geospatial data in a multitude of ways. Sort, filter, aggregate, and plot your data as vectors, grids, regions, or point-to-point map visualizations. In this hands-on lab, we will seek out geographical insights within our data as we create map visualizations in Kibana.

Google Cloud Platform icon
Labs

Path Info

Level
Clock icon Intermediate
Duration
Clock icon 2h 0m
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 Airports Visualization

    1. Log into the Kibana instance.
    2. Create a new map visualization.
    3. Add a vector map layer with the flights index pattern and DestLocation geospatial field labeled as Flights.
    4. Configure the Flights layer tooltip to show the fields DestCountry, DestCityName, and DestAirportID.
    5. Configure the Flights layer to show the top hits per DestAirportID and only show one document per value.
    6. Configure the Flights layer's symbol type to the airport icon.
  2. Challenge

    Create and Save the Web Traffic Visualization

    1. Add a grid map layer as a heat map with the logs index pattern and geo.coordinates geospatial field labeled as Traffic.
    2. Calculate the count of requests and label it as Requests on the Traffic layer.
    3. Configure the Traffic layer grid resolution as fine.
  3. Challenge

    Create and Save the Global Sales Visualization

    1. Create a new map visualization.
    2. Add a world countries EMS boundaries layer and label it as Countries.
    3. Configure the Countries layer tooltip to show the field name.
    4. Add a term join to the Countries layer with left source World Countries, left field ISO 3166-1 alpha-2 code, right source ecommerce, and right field geoip.country_iso_code.
    5. Configure the term join on the Countries layer to calculate the sum of products.price, label it as Sales, and display it as a dollar amount with 2 decimal places (example: 1,234.567 as $1,234.56).
    6. Configure the Countries layer's fill color to green scaled by the value of Sales.
    7. Configure the Countries layer's border color to black.
    8. Save the visualization as Global Sales.
  4. Challenge

    Create and Save the ES-Air Flights Visualization

    1. Create a new map visualization.
    2. Add a point-to-point layer with the flights index pattern, OriginLocation source field, DestLocation destination field, and label it as Flights.
    3. Calculate the average of FlightDelayMin and label it as "Delayed Minutes" for the Flights layer.
    4. Filter the Flights layer to only show flights with the Carrier of ES-Air.
    5. Configure the Flights layer's border color to scale from green to red based off the Delayed Minutes value.
    6. Configure the Flights layer's border width to scale based off the Delayed Minutes value.
    7. Save the visualization as ES-Air Flights.

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