| Package | Description |
|---|---|
| org.graylog2.system.stats |
| Modifier and Type | Method and Description |
|---|---|
abstract AlarmStats |
ClusterStats.alarmStats() |
AlarmStats |
ClusterStatsService.alarmStats() |
static AlarmStats |
AlarmStats.create(long alertCount,
Map<String,Long> alarmcallbackCountByType) |
| 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) |
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.