How to interpret Indexing Latency , Search Latency

How to interpret Indexing Latency , Search Latency from Kibana Stack monitoring dashboard
I didn't find references about this documentation.

Hi @nages,

Search Latency is time/count for search or indexing events.

For example, if you look at current metrics viaES_URL/_stats, Search Latency is calculated by dividing _all.total.search.query_time_in_millis / _all.total.search.query_total.

In the Kibana Stack Monitoring UI, most charts show rates rather than raw values, so the chart will reflect the changes in the above math over time.

Does that help?

Is there any documentation that mentions all the details . I had see in the elastic. co documentations, there isn't any reference

There are numerous things that can affect your query performance such as poorly constructed queries, improperly configured Elasticsearch clusters, JVM memory, garbage collection issues, etc. Without a doubt, query/search latency is a metric that has a direct impact on users, and it’s essential that you receive alerts when there’s an anomaly. Tracking the request rate along with query latency provides an overview of how much a system is used. Putting the request latency together with the request rate into a graph immediately provides an overview of how much the system is used and how it responds to it.

copying @chrisronline for further inputs.

Thanks
Rashmi

Thanks for your quick response. I am also looking for the documentation about all the terminology referred in "Stack monitoring" dashboard .

Elastic Demos)

It seems there is no response even for the "simple" questions like above - even after 12 hours .. I am aware of the rules of the community that everyone is busy and shouldn't be expecting a response soon. However, it is not recommended practice to take a lot of time for a simple questions like this.

Not sure whom to reach out

Have you checked out this documentation link: https://www.elastic.co/guide/en/elasticsearch/reference/current/cluster-nodes-stats.html

Few other relevant links:
https://www.elastic.co/guide/en/kibana/current/elasticsearch-metrics.html

https://www.elastic.co/guide/en/kibana/current/monitoring-data.html

Thanks
Rashmi

hmm, thanks for sharing "three" links for a simple explanation of the terminology used in the dashboard . Unfortunately , none of the links have the details

Would you mind sharing specific phrases if you happened to find any .

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.