For the top-n query insights plugin, I would like to group the queries, so that I can visualise whether certain searches are taking longer than expected on the cluster
I tried to use the "Group by" configuration, but the only option is "similarity" -- this is not appropriate for my usecase
I would like to be able to group / visualise the query latency by properties I define on the query
For example, I have added some stats keywords to the query, these would be ideal to group on.
My usecase is an (AWS Managed) OpenSearch 3.1 cluster; storing documents with certain attributes.
Part of the customer journey involves them setting some filters in a search UI, our backend turns this into an OpenSearch query and ranks and retrieves the documents from the cluster.
For the top-n query insights plugin, I would like to group the queries, so that I can visualise whether certain searches are taking longer than expected on the cluster
I tried to use the "Group by" configuration, but the only option is "similarity" -- this is not appropriate for my usecase
I would like to be able to group / visualise the query latency by properties I define on the query
For example, I have added some stats keywords to the query, these would be ideal to group on.
My usecase is an (AWS Managed) OpenSearch 3.1 cluster; storing documents with certain attributes.
Part of the customer journey involves them setting some filters in a search UI, our backend turns this into an OpenSearch query and ranks and retrieves the documents from the cluster.