- Lab
- A Cloud Guru
Creating Table Visualizations with the Time Series Visual Builder (TSVB) in Kibana 7.6
Tables are, and have been, a go-to method for displaying information in a readable and easy-to-understand way. Using the Time Series Visual Builder (TSVB) in Kibana, we can take this a step further by creating table visualizations that capitalize on time-series data and display the latest values of fields groups in the familiar, data table format. In this hands-on lab, we will leverage the TSVB to create data table visualizations with time series data.
Path Info
Table of Contents
-
Challenge
Create and Save the Top Clients Visualization
- Create a new table visualization with the TSVB.
- Group by the top 10 of
clientip
and label it as Client. - Calculate the number of events and label it as Requests.
- Calculate the sum of
bytes
, label it as Data, and format it as a bytes number. - Configure the visualization to show the entire time range.
- Save the visualization as "Top Clients".
-
Challenge
Create and Save the Top Operating Systems Visualization
- Create a new table visualization with the TSVB.
- Group by the top 10 of
machine.os.keyword
and label it as OS. - Calculate the number of events and label it as Requests.
- Calculate the cardinality of
clientip
and label it as Clients. - Configure the visualization to show the entire time range.
- Save the visualization as "Top Operating Systems".
-
Challenge
Create and Save the Top Request Paths Visualization
- Create a new table visualization with the TSVB.
- Group by the top 10 of
request.keyword
and label it as Request Path. - Calculate the number of events and label it as Requests.
- Calculate the cardinality of
clientip
and label it as Clients. - Calculate the sum of
bytes
, label it as Data, and format it as a bytes number. - Configure the visualization to show the entire time range.
- Save the visualization as "Top Request Paths".
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.