Hello,
Could someone, please, explain how metrics in Elasticsearch Overview dashboard visualizations are calculated?
I am trying to understand what are functions behind the following visualizations:
- Search Rate (/s)
- Search Latency (/s)
- Indexing Rate (/s)
- Indexing Latency (/s)
Metrics to be used are collected by Elastic Agent Elasticsearch Integration. Just to mention as an example, one field I would like to use is
elasticsearch.index.total.indexing.index_time_in_millis
(for Indexing Latency visualization). However, as soon as field is selected and average or any other function applied, it returns very large number which in visualization does not make sense.
Similar case for Indexing Rate / Search Rate metric visualizations.
Will be happy to hear any suggestions.
Thanks!