-
Notifications
You must be signed in to change notification settings - Fork 490
Blog for query insights dashboards and api updates #3725
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Chenyang Ji <[email protected]>
Signed-off-by: Fanit Kolchina <[email protected]>
Signed-off-by: Fanit Kolchina <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kolchfa-aws @ansjcy Editorial review complete. Please see my comments and changes and let me know if you have any questions. Thanks!
OpenSearch Query Insights gives you essential visibility into how search queries perform, helping you understand how queries run and how they use cluster resources. Since introducing [Query Insights](https://opensearch.org/blog/query-insights/), we've aimed to provide tools that help you identify performance bottlenecks and optimize your queries---ultimately improving the search experience for your users. Analyzing queries effectively is key to maintaining fast, efficient search operations. | ||
|
||
Based on that foundation and shaped by your feedback, we've continued to develop Query Insights. This post introduces several new features that bring deeper analytical capabilities through advanced query grouping, improved usability with a dedicated dashboard, historical analysis using export options, and better operational monitoring of the Query Insights system itself. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line 17: "with a dedicated dsashboard" => "through a dedicated dashboard"?
- `QUERY_CATEGORIZE_EXCEPTIONS` | ||
|
||
**Why it matters:** These monitoring tools provide visibility into the plugin's behavior and resource impact. They're especially useful if you notice missing insights data, delays in reporting, or suspect that Query Insights might be affecting overall cluster performance. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"resource impact" => "effect on resources" or "influence on resources"?
|
||
Based on that foundation and shaped by your feedback, we've continued to develop Query Insights. This post introduces several new features that bring deeper analytical capabilities through advanced query grouping, improved usability with a dedicated dashboard, historical analysis using export options, and better operational monitoring of the Query Insights system itself. | ||
|
||
## Grouping similar queries to improve analysis |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Grouping" => "Group" (to match the format of the following headings)?
Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: kolchfa-aws <[email protected]>
@pajuric Editorial comments addressed. Please update the meta, and this blog will be ready to publish. |
Signed-off-by: kolchfa-aws <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>
categories: | ||
- technical-posts | ||
meta_keywords: OpenSearch query insights, query grouping, query similarity, query dashboards, search performance, query optimization, query latency, search analytics, resource monitoring, OpenSearch Dashboards | ||
meta_description: Explore recent advancements in OpenSearch Query Insights, featuring query grouping by similarity, a dedicated OpenSearch Dashboards plugin for visualization and configuration, a local index exporter for historical analysis, and new plugin health monitoring capabilities. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please update the meta with the following:
meta_keywords: Query insights, query performance, OpenSearch Dashboards, query grouping by similarity, advanced query grouping, query monitoring, search optimization, monitor plugin health, local index exporter
meta_description: Learn how the latest enhancements to OpenSearch Query Insights, including advanced query grouping, dedicated dashboards, historical analysis capabilities, and improved plugin health monitoring, improve performance.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
ff8548a
to
7f026e5
Compare
Signed-off-by: Chenyang Ji <[email protected]>
7f026e5
to
7ae33b3
Compare
Description
Add blog for query insights dashboards and API updates, including:
Issues Resolved
#3747
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the BSD-3-Clause License.