- Lab
- A Cloud Guru
Define Anomaly Detection Machine Learning Jobs in Kibana 7.6
Through the use of unsupervised statistical anomaly detection algorithms, Kibana manages to convert the mystery of machine learning (ML) into an easy-to-use and understandable interface from which machine learning jobs can be created and analyzed without a deep knowledge of how they work. In this hands-on lab, you will get to create and analyze the results of various machine learning jobs in Kibana to find hidden anomalies in the data.
Path Info
Table of Contents
-
Challenge
Create and Run the flights ML Job
- Create a single metric anomaly detection machine learning job for the
flights
index pattern. - Use the full flights data as the time range.
- Configure the job to analyze the count of flights.
- Configure the bucket span to be the Estimate bucket span output.
- Set the job ID to "flights".
- Create and configure the job to run in real time.
- Create a single metric anomaly detection machine learning job for the
-
Challenge
Create and Run the flights-delayed ML Job
- Create a multi metric anomaly detection machine learning job for the
flights
index pattern. - Use the full flights data as the time range.
- Configure the job to analyze the high count of flights and the high sum of
FlightDelayMin
for eachFlightDelayType
. - Configure the bucket span to be the Estimate bucket span output.
- Configure the job to ignore sparse data.
- Set the job ID to "flights-delayed".
- Create and configure the job to run in real time.
- Create a multi metric anomaly detection machine learning job for the
-
Challenge
Create and Run the flights-ticket-price ML Job
- Create a new population anomaly detection machine learning job for the
flights
index pattern. - Use the full flights data as the time range.
- Configure the job to analyze the average (mean) of
AvgTicketPrice
for the population ofCarrier
. - Configure the bucket span to be the Estimate bucket span output.
- Set the job ID to "flights-ticket-price".
- Create and configure the job to run in real time.
- Create a new population anomaly detection machine learning job for the
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.