Elasticsearch offers a variety of different search functions that can be used to perform term-level, non-analyzed searching. In this hands-on lab, you will get to leverage several different term-level search functions in order to ask the data some questions.
Learning Objectives
Successfully complete this lab by achieving the following learning objectives:
- Craft a Query That Answers the Question: Who Was the Customer That Placed Order ID 725676?
From the Kibana console, craft a term-level query on the
ecommerce
dataset that answers the question.- Craft a Query That Answers the Question: From What Cities Did Samir Garza, Selena Gibbs, and Tariq Duncan Place Orders?
From the Kibana console, craft a term-level query on the
ecommerce
dataset that answers the question.- Craft a Query That Answers the Question: What Orders Were Placed with a Total Taxed Price of 10 to 20 Euro?
From the Kibana console, craft a term-level query on the
ecommerce
dataset that answers the question.