| Package | Description |
|---|---|
| org.graylog.plugins.usagestatistics.collectors | |
| org.graylog.plugins.usagestatistics.dto | |
| org.graylog.plugins.usagestatistics.dto.elasticsearch |
| Modifier and Type | Method and Description |
|---|---|
ElasticsearchClusterStats |
ElasticsearchCollector.getClusterStats() |
| Modifier and Type | Method and Description |
|---|---|
abstract ElasticsearchClusterStats |
ClusterStats.elasticsearchCluster() |
| Modifier and Type | Method and Description |
|---|---|
static ClusterStats |
ClusterStats.create(ElasticsearchClusterStats elasticsearchCluster,
Set<ElasticsearchNodeInfo> elasticsearchNodes,
MongoStats mongo,
Set<CollectorInfo> collectors,
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<String,Long> extractorCountByType,
long contentPackCount,
long totalMessages,
Map<String,Long> streamThroughput,
LdapStats ldapStats,
AlarmStats alarmStats) |
| Modifier and Type | Method and Description |
|---|---|
static ElasticsearchClusterStats |
ElasticsearchClusterStats.create(ClusterHealth clusterHealth,
NodesStats nodesStats,
IndicesStats indicesStats) |
Copyright © 2015–2016 Graylog, Inc.. All rights reserved.