[Monitoring UI] Show Replica Count not Replication Factor in Overview (elastic/elasticsearch#3949)
* [Monitoring UI] Show Replica Count not Replication Factor in Overview This changes it to only show the replica count as `total - primaries` rather than showing the replication factor, which is particularly unhelpful when different indices have different replica counts. Original commit: elastic/x-pack-elasticsearch@552f94bf8f
This commit is contained in:
parent
e63580459c
commit
7c8fc99098
|
@ -32,8 +32,6 @@ public class ClusterStatsResolver extends MonitoringIndexNameResolver.Timestampe
|
|||
"cluster_stats.indices.count",
|
||||
"cluster_stats.indices.shards.total",
|
||||
"cluster_stats.indices.shards.primaries",
|
||||
"cluster_stats.indices.shards.replication",
|
||||
"cluster_stats.indices.shards.index.replication.min",
|
||||
"cluster_stats.indices.docs.count",
|
||||
"cluster_stats.indices.store.size_in_bytes",
|
||||
"cluster_stats.nodes.fs.total_in_bytes",
|
||||
|
|
Loading…
Reference in New Issue