Package | Description |
---|---|
org.graylog2.system.stats |
Modifier and Type | Method and Description |
---|---|
static LdapStats |
LdapStats.create(boolean enabled,
boolean activeDirectory,
int roleMappingCount,
int roleCount) |
abstract LdapStats |
ClusterStats.ldapStats() |
LdapStats |
ClusterStatsService.ldapStats() |
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–2018 Graylog, Inc.. All rights reserved.