| 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) |
static ClusterHealth |
ClusterHealth.from(ShardStats shardStats,
PendingTasksStats pendingTasksStats) |
| Modifier and Type | Method and Description |
|---|---|
static ElasticsearchStats |
ElasticsearchStats.create(String clusterName,
String clusterVersion,
HealthStatus status,
ClusterHealth clusterHealth,
NodesStats nodesStats,
IndicesStats indicesStats) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.