@Singleton public class ClusterStatsService extends Object
Constructor and Description |
---|
ClusterStatsService(ElasticsearchProbe elasticsearchProbe,
MongoProbe mongoProbe,
UserService userService,
InputService inputService,
StreamService streamService,
StreamRuleService streamRuleService,
OutputService outputService,
DashboardService dashboardService,
BundleService bundleService,
LdapSettingsService ldapSettingsService,
RoleService roleService,
AlertService alertService,
AlarmCallbackConfigurationService alarmCallbackConfigurationService) |
Modifier and Type | Method and Description |
---|---|
AlarmStats |
alarmStats() |
ClusterStats |
clusterStats() |
ElasticsearchStats |
elasticsearchStats() |
LdapStats |
ldapStats() |
MongoStats |
mongoStats() |
@Inject public ClusterStatsService(ElasticsearchProbe elasticsearchProbe, MongoProbe mongoProbe, UserService userService, InputService inputService, StreamService streamService, StreamRuleService streamRuleService, OutputService outputService, DashboardService dashboardService, BundleService bundleService, LdapSettingsService ldapSettingsService, RoleService roleService, AlertService alertService, AlarmCallbackConfigurationService alarmCallbackConfigurationService)
public ClusterStats clusterStats()
public ElasticsearchStats elasticsearchStats()
public MongoStats mongoStats()
public LdapStats ldapStats()
public AlarmStats alarmStats()
Copyright © 2012–2018 Graylog, Inc.. All rights reserved.