[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:
Chris Earle 2016-11-02 16:24:42 -04:00 committed by GitHub
parent e63580459c
commit 7c8fc99098
1 changed files with 0 additions and 2 deletions

View File

@ -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",