Performing metrics and bucket aggregations is essential to asking questions of your data in Elasticsearch. In this hands-on lab, you will get to craft metrics and bucket aggregations — and combine them together — to answer more complex questions about your data.
Learning Objectives
Successfully complete this lab by achieving the following learning objectives:
- Craft an Aggregation to Answer the Question: What Are the Total Lifetime Sales Before Tax?
From the Kibana console, craft a metrics aggregation on the
ecommerce
dataset that answers the question.- Craft an Aggregation to Answer the Question: How Many Orders Per Day Are There for Each Calendar Day?
From the Kibana console, craft a bucket aggregation on the
ecommerce
dataset that answers the question.- Craft an Aggregation to Answer the Question: What Are the Total Sales Before Tax Per Day for Each Calendar Day?
From the Kibana console, craft a nested aggregation on the
ecommerce
dataset that answers the question.