- Lab
-
Libraries: If you want this lab, consider one of these libraries.
- Cloud

Performing Pipeline Aggregations in Elasticsearch 7.13
Sometimes what we’d like to aggregate is the output of a previous aggregation. In Elasticsearch, we can accomplish this through pipeline aggregations. In this hands-on lab, we will write pipeline aggregations in Elasticsearch to further aggregate our data in order to answer more complex questions.

Lab Info
Table of Contents
-
Challenge
Craft an Aggregation to Answer the Question: What Is the Total Distance Travelled per Day and on Which Day was the Most Distance Travelled?
From the Kibana console, craft a pipeline aggregation on the
flights
dataset that answers the question. -
Challenge
Craft an Aggregation to Answer the Question: What Is the Cumulative Sum of Flight Delay Time in Minutes per Day?
From the Kibana console, craft a pipeline aggregation on the
flights
dataset that answers the question. -
Challenge
Craft an Aggregation to Answer the Question: What Is the Change in Average Ticket Price per Day and What Is the `min`, `max`, `avg`, and `sum` of That Change?
From the Kibana console, craft a pipeline aggregation on the
flights
dataset that answers the question.
About the author
Real skill practice before real-world application
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.
Learn by doing
Engage hands-on with the tools and technologies you’re learning. You pick the skill, we provide the credentials and environment.
Follow your guide
All labs have detailed instructions and objectives, guiding you through the learning process and ensuring you understand every step.
Turn time into mastery
On average, you retain 75% more of your learning if you take time to practice. Hands-on labs set you up for success to make those skills stick.