| Package | Description |
|---|---|
| org.graylog.plugins.usagestatistics.collectors | |
| org.graylog.plugins.usagestatistics.dto |
| Modifier and Type | Method and Description |
|---|---|
MongoStats |
MongoCollector.getMongoStats() |
| Modifier and Type | Method and Description |
|---|---|
static MongoStats |
MongoStats.create(String version,
int serverCount,
String cpuArch,
MongoDatabaseStats databaseStats) |
abstract MongoStats |
ClusterStats.mongo() |
| 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.