| Package | Description |
|---|---|
| org.graylog.plugins.usagestatistics.collectors | |
| org.graylog.plugins.usagestatistics.dto |
| Modifier and Type | Method and Description |
|---|---|
Set<CollectorInfo> |
CollectorCollector.getCollectorInfos() |
| Modifier and Type | Method and Description |
|---|---|
static CollectorInfo |
CollectorInfo.create(String version,
String operatingSystem) |
| Modifier and Type | Method and Description |
|---|---|
abstract Set<CollectorInfo> |
ClusterStats.collectors() |
| 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) |
Copyright © 2015–2016 Graylog, Inc.. All rights reserved.