Team,
Looking for a right metric to determine which cluster is taking read traffic. We have 2 clusters for redundancy at anytime only one cluster will take read traffic anc both takes write traffic.
I have been playing with metrics like query_current from _nodes/stats/indices/search , _nodes/stats/thread_pool?pretty=true | jq -r '.nodes | . | .thread_pool.search.active'.
All these gives me similar data. Is there a metric that clearly states reads or application read queries are routed in clusterA or B.