Package | Description |
---|---|
org.graylog2.rest.resources.system | |
org.graylog2.system.stats |
Modifier and Type | Method and Description |
---|---|
ClusterStats |
ClusterStatsResource.systemStats() |
Modifier and Type | Method and Description |
---|---|
ClusterStats |
ClusterStatsService.clusterStats() |
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) |
Copyright © 2012-2015 Graylog, Inc.. All Rights Reserved.