| Package | Description |
|---|---|
| org.graylog.plugins.usagestatistics.collectors | |
| org.graylog.plugins.usagestatistics.dto | |
| org.graylog.plugins.usagestatistics.dto.elasticsearch |
| Modifier and Type | Method and Description |
|---|---|
Set<ElasticsearchNodeInfo> |
ElasticsearchCollector.getNodeInfos() |
| Modifier and Type | Method and Description |
|---|---|
abstract Set<ElasticsearchNodeInfo> |
ClusterStats.elasticsearchNodes() |
| 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 ElasticsearchNodeInfo |
ElasticsearchNodeInfo.create(String version,
HostInfo hostInfo,
JvmInfo jvmInfo) |
Copyright © 2015–2016 Graylog, Inc.. All rights reserved.