| Package | Description |
|---|---|
| org.graylog2.system.stats.elasticsearch |
| Modifier and Type | Method and Description |
|---|---|
abstract ClusterHealth |
ElasticsearchStats.clusterHealth() |
static ClusterHealth |
ClusterHealth.create(int numberOfNodes,
int numberOfDataNodes,
int activeShards,
int relocatingShards,
int activePrimaryShards,
int initializingShards,
int unassignedShards,
boolean timedOut,
int pendingTasks,
List<Long> pendingTasksTimeInQueue) |
| Modifier and Type | Method and Description |
|---|---|
static ElasticsearchStats |
ElasticsearchStats.create(String clusterName,
org.elasticsearch.cluster.health.ClusterHealthStatus status,
ClusterHealth clusterHealth,
NodesStats nodesStats,
IndicesStats indicesStats) |
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.