- Lab
- A Cloud Guru
Creating Metric Visualizations in Kibana 7.6
Metric visualizations in Kibana are a simple way to really emphasize something about your data. This hands-on lab is dedicated to demonstrating just how powerful a simple metric visualization can be.
Path Info
Table of Contents
-
Challenge
Create and Save the "System Load" Metric Visualization
- Create a new metric visualization.
- Calculate the average of
system.load.1
, and label it as "Load 1." - Calculate the average of
system.load.5
, and label it as "Load 5." - Calculate the average of
system.load.15
, and label it as "Load 15." - Save the visualization as "System Load."
-
Challenge
Create and Save the "System Uptime" Metric Visualization
- Configure the
system.uptime.duration.ms
field to display as a human-readable duration. - Create a new metric visualization.
- Calculate the max value of
system.uptime.duration.ms
, and label it as "Uptime." - Save the visualization as "System Uptime."
- Configure the
-
Challenge
Create and Save the "System Processes by State" Metric Visualization
- Create a new metric visualization.
- Compute the count of documents, and label it as "Processes."
- Split the metric on the top 5 of
system.process.state
ordered by the count of documents in descending order and labeled as "State." - Save the visualization as "System Processes by State."
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.