| Package | Description |
|---|---|
| org.graylog2.indexer.cluster | |
| org.graylog2.system.stats.elasticsearch |
| Modifier and Type | Method and Description |
|---|---|
ShardStats |
ClusterAdapter.shardStats(Collection<String> indices) |
| Modifier and Type | Method and Description |
|---|---|
static ShardStats |
ShardStats.create(int numberOfNodes,
int numberOfDataNodes,
int activeShards,
int relocatingShards,
int activePrimaryShards,
int initializingShards,
int unassignedShards,
boolean timedOut) |
| Modifier and Type | Method and Description |
|---|---|
static ClusterHealth |
ClusterHealth.from(ShardStats shardStats,
PendingTasksStats pendingTasksStats) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.