Marvel: Add indices.count in Cluster Stats
Closes elastic/elasticsearch#517 Original commit: elastic/x-pack-elasticsearch@6ecbf3d1ee
This commit is contained in:
parent
fc9aff30bc
commit
0e365a7670
|
@ -18,6 +18,7 @@ public class ClusterStatsRenderer extends AbstractRenderer<ClusterStatsMarvelDoc
|
||||||
|
|
||||||
public static final String[] FILTERS = {
|
public static final String[] FILTERS = {
|
||||||
"cluster_stats.nodes.count.total",
|
"cluster_stats.nodes.count.total",
|
||||||
|
"cluster_stats.indices.count",
|
||||||
"cluster_stats.indices.shards.total",
|
"cluster_stats.indices.shards.total",
|
||||||
"cluster_stats.indices.shards.index.replication.min",
|
"cluster_stats.indices.shards.index.replication.min",
|
||||||
"cluster_stats.indices.docs.count",
|
"cluster_stats.indices.docs.count",
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
"timestamp": "2015-07-22T15:54:02.979Z",
|
"timestamp": "2015-07-22T15:54:02.979Z",
|
||||||
"cluster_stats": {
|
"cluster_stats": {
|
||||||
"indices": {
|
"indices": {
|
||||||
|
"count": 10,
|
||||||
"shards": {
|
"shards": {
|
||||||
"total": 1,
|
"total": 1,
|
||||||
"index": {
|
"index": {
|
||||||
|
|
Loading…
Reference in New Issue