@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,
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, 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–2020 Graylog, Inc.. All rights reserved.