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

Using Search Templates in Elasticsearch 7.13
Search templates in Elasticsearch allow you to parametrize a stored search so it can be repeatedly executed with variables. In this hands-on lab, you will get to create and use search templates in Elasticsearch.

Lab Info
Table of Contents
-
Challenge
Create the flights_template Search Template
From the Kibana console, create the
flights_template
search template as follows:- Paginate the search results with a default page size of 25 and displays the first page by default.
- Perform a case-insensitive search on the
Carrier
field with thecarrier
parameter and is defaulted to search for all carriers. - Perform a case-insensitive search on the
OriginCityName
field with theorigin
parameter and is defaulted to search for all origin cities. - Perform a case-insensitive search on the
DestCityName
field with thedestination
parameter and is defaulted to search for all destination cities. - Sort the results by the
AvgTicketPrice
in descending order.
-
Challenge
Render the flights_template Search Template without Any Parameters
From the Kibana console, render the
flights_template
search template without any parameters to test the query structure and default values. -
Challenge
Use the flights_template Search Template
From the Kibana console, use the
flights_template
search template with some sample searches. For example, try searching for flights by "Logstash Airways" from "Berlin" to "New York" with a results size of 10 per page.
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.