Hello, I' am using Kibana's stack monitoring tools, and I found something confusing me, that is, in the indices overview window, there is a line chart called "search rate"
and in advance window, there is a line chart called "request rate"
(The index shown here has 3 primary shards, 6 replica shards, no routing)
We can see, those two charts has the same data, but different descriptions, which makes me confused.
What does the "search total" in the request rate chart mean?
Or what does the description "per shard" mean ?
In my poor opinion, "search total" in the request rate chart should equal client side search rate,
and data in search rate chart should equals client side search rate multiplies primary shards count. But, it doesn't, actually, they seem to be all the same, so why they have different descriptions?