From 5f292094e3321cd638cbb483201930afaba0aa59 Mon Sep 17 00:00:00 2001 From: David Zane <38449481+dzane17@users.noreply.github.com> Date: Tue, 14 Jan 2025 09:02:27 -0800 Subject: [PATCH] Update _observing-your-data/query-insights/top-n-queries.md Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> Signed-off-by: David Zane <38449481+dzane17@users.noreply.github.com> --- _observing-your-data/query-insights/top-n-queries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_observing-your-data/query-insights/top-n-queries.md b/_observing-your-data/query-insights/top-n-queries.md index da4f3e70b8..ad9dec32d1 100644 --- a/_observing-your-data/query-insights/top-n-queries.md +++ b/_observing-your-data/query-insights/top-n-queries.md @@ -134,7 +134,7 @@ PUT _cluster/settings ### Configuring a local index exporter -A local index exporter allows you to save top N query data to indices in your OpenSearch domain. Query Insights manages the creation of these indices following the naming pattern `top_queries-YYYY.MM.dd-hashcode`. A new index is created daily and "hashcode" is a 5-digit number generated based on the current UTC date. Local index exporter must be enabled to allow historical top N lookups via the `top_queries` API or the Query Insights Dashboard. +A local index exporter allows you to save top N query data to automatically created indexes in your OpenSearch domain. Query Insights creates these indexes following the naming pattern `top_queries-YYYY.MM.dd-hashcode`, where `hashcode` is a 5-digit number generated based on the current UTC date. A new index is created daily. For historical top N lookups using the Top Queries API or the Query Insights Dashboard, you must enable the local index exporter. To use the local index exporter, send the following request: