| Package | Description |
|---|---|
| org.graylog2.rest.resources.system | |
| org.graylog2.system.stats | |
| org.graylog2.system.stats.mongo |
| Modifier and Type | Method and Description |
|---|---|
MongoStats |
ClusterStatsResource.mongoStats() |
| Modifier and Type | Method and Description |
|---|---|
abstract MongoStats |
ClusterStats.mongoStats() |
MongoStats |
ClusterStatsService.mongoStats() |
| 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,
LdapStats ldapStats,
AlarmStats alarmStats) |
| Modifier and Type | Method and Description |
|---|---|
static MongoStats |
MongoStats.create(List<com.google.common.net.HostAndPort> servers,
BuildInfo buildInfo,
HostInfo hostInfo,
ServerStatus serverStatus,
DatabaseStats databaseStats) |
MongoStats |
MongoProbe.mongoStats() |
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.