How to understand search/index rate in kibana?

Hi
I am using kibana to monitor ES cluster. From kibana, it shows search rate is 2000/s, indexing rate is 10000/s (total shards), how to understand these 2 numbers?
If indexing rate is 10000/s (total shards), does it means that ES is indexing 10000 docs per second(including replica)?
Thanks.

I assume you're talking about the monitoring app. The numbers you see should just be the raw Elasticsearch metrics, but I'm told they do not include replica counts, otherwise you'd end up doubling (or more) the actual values.

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