| Package | Description |
|---|---|
| org.graylog2.rest.resources.system | |
| org.graylog2.system.stats | |
| org.graylog2.system.stats.elasticsearch |
| Modifier and Type | Method and Description |
|---|---|
ElasticsearchStats |
ClusterStatsResource.elasticsearchStats() |
| Modifier and Type | Method and Description |
|---|---|
abstract ElasticsearchStats |
ClusterStats.elasticsearchStats() |
ElasticsearchStats |
ClusterStatsService.elasticsearchStats() |
| Modifier and Type | Method and Description |
|---|---|
static ClusterStats |
ClusterStats.create(ElasticsearchStats elasticsearchStats,
MongoStats mongoStats,
long streamCount,
long streamRuleCount,
Map<String,Long> streamRuleCountByStream,
long userCount,
long outputCount,
Map<String,Long> outputCountByType,
long dashboardCount,
long inputCount,
long globalInputCount,
Map<String,Long> inputCountByType,
long extractorCount,
Map<Extractor.Type,Long> extractorCountByType,
long contentPackCount) |
| Modifier and Type | Method and Description |
|---|---|
static ElasticsearchStats |
ElasticsearchStats.create(String clusterName,
org.elasticsearch.action.admin.cluster.health.ClusterHealthStatus status,
ClusterHealth clusterHealth,
NodesStats nodesStats,
IndicesStats indicesStats) |
ElasticsearchStats |
ElasticsearchProbe.elasticsearchStats() |
Copyright © 2012-2015 Graylog, Inc.. All Rights Reserved.