Uses of Interface
org.graylog2.notifications.NotificationService
Packages that use NotificationService
Package
Description
-
Uses of NotificationService in org.graylog.events.notifications.types
Constructors in org.graylog.events.notifications.types with parameters of type NotificationServiceModifierConstructorDescriptionEmailEventNotification(EventNotificationService notificationCallbackService, EmailSender emailSender, NotificationService notificationService, NodeId nodeId) EmailSender(EmailRecipients.Factory emailRecipientsFactory, NotificationService notificationService, NodeId nodeId, ObjectMapperProvider objectMapperProvider, com.floreysoft.jmte.Engine templateEngine, com.floreysoft.jmte.Engine htmlTemplateEngine, EmailFactory emailFactory) -
Uses of NotificationService in org.graylog.events.processor.aggregation
Constructors in org.graylog.events.processor.aggregation with parameters of type NotificationServiceModifierConstructorDescriptionPivotAggregationSearch(AggregationEventProcessorConfig config, AggregationEventProcessorParameters parameters, String searchOwner, EventDefinition eventDefinition, SearchJobService searchJobService, QueryEngine queryEngine, EventsConfigurationProvider configProvider, MoreSearch moreSearch, PermittedStreams permittedStreams, NotificationService notificationService) -
Uses of NotificationService in org.graylog.events.processor.systemnotification
Constructors in org.graylog.events.processor.systemnotification with parameters of type NotificationServiceModifierConstructorDescriptionSystemNotificationRenderService(NotificationService notificationService, Configuration graylogConfig) -
Uses of NotificationService in org.graylog.plugins.map.geoip
Constructors in org.graylog.plugins.map.geoip with parameters of type NotificationServiceModifierConstructorDescriptionGeoIpDbFileChangeMonitorService(ScheduledExecutorService scheduler, com.google.common.eventbus.EventBus eventBus, ClusterConfigService clusterConfigService, GeoIpVendorResolverService geoIpVendorResolverService, S3GeoIpFileService s3GeoIpFileService, NotificationService notificationService) -
Uses of NotificationService in org.graylog2.alarmcallbacks
Constructors in org.graylog2.alarmcallbacks with parameters of type NotificationServiceModifierConstructorDescriptionEmailAlarmCallback(AlertSender alertSender, NotificationService notificationService, NodeId nodeId, EmailRecipients.Factory emailRecipientsFactory, UserService userService, EmailConfiguration emailConfiguration, Configuration graylogConfig) -
Uses of NotificationService in org.graylog2.alerts
Constructors in org.graylog2.alerts with parameters of type NotificationServiceModifierConstructorDescriptionFormattedEmailAlertSender(EmailConfiguration configuration, NotificationService notificationService, NodeId nodeId, com.floreysoft.jmte.Engine templateEngine, EmailFactory emailFactory) -
Uses of NotificationService in org.graylog2.indexer.healing
Constructors in org.graylog2.indexer.healing with parameters of type NotificationServiceModifierConstructorDescriptionFixDeflectorByDeleteJob(IndexSetRegistry indexSetRegistry, Indices indices, ServerStatus serverStatus, ActivityWriter activityWriter, Buffers bufferSynchronizer, NotificationService notificationService) FixDeflectorByMoveJob(IndexSetRegistry indexSetRegistry, Indices indices, ServerStatus serverStatus, ActivityWriter activityWriter, Buffers bufferSynchronizer, NotificationService notificationService) -
Uses of NotificationService in org.graylog2.inputs
Constructors in org.graylog2.inputs with parameters of type NotificationServiceModifierConstructorDescriptionInputStateListener(com.google.common.eventbus.EventBus eventBus, NotificationService notificationService, ActivityWriter activityWriter, ServerStatus serverStatus) -
Uses of NotificationService in org.graylog2.migrations
Constructors in org.graylog2.migrations with parameters of type NotificationServiceModifierConstructorDescriptionV20201103145400_LegacyAuthServiceMigration(MongoConnection mongoConnection, Set<V20201103145400_LegacyAuthServiceMigration.MigrationModule> migrationModules, EncryptedValueService encryptedValueService, Configuration configuration, PaginatedAuthzRolesService rolesService, DBAuthServiceBackendService authServiceBackendService, NotificationService notificationService, ClusterConfigService clusterConfigService) -
Uses of NotificationService in org.graylog2.notifications
Classes in org.graylog2.notifications that implement NotificationService -
Uses of NotificationService in org.graylog2.outputs
Constructors in org.graylog2.outputs with parameters of type NotificationServiceModifierConstructorDescriptionOutputRegistry(MessageOutput defaultMessageOutput, OutputService outputService, MessageOutputFactory messageOutputFactory, NotificationService notificationService, NodeId nodeId, com.google.common.eventbus.EventBus eventBus, StreamService streamService, long faultCountThreshold, long faultPenaltySeconds) -
Uses of NotificationService in org.graylog2.periodical
Constructors in org.graylog2.periodical with parameters of type NotificationServiceModifierConstructorDescriptionClusterHealthCheckThread(NotificationService notificationService, InputRegistry inputRegistry, NodeId nodeId, boolean isCloud) ESVersionCheckPeriodical(SearchVersion elasticsearchVersion, SearchVersion versionOverride, List<URI> elasticsearchHosts, VersionProbe versionProbe, NotificationService notificationService) IndexBlockCheck(NotificationService notificationService, IndexSetRegistry indexSetRegistry, Cluster cluster, Indices indices, NodeId nodeId) IndexerClusterCheckerThread(NotificationService notificationService, Cluster cluster) IndexRetentionThread(ElasticsearchConfiguration configuration, IndexSetRegistry indexSetRegistry, Cluster cluster, NodeId nodeId, NotificationService notificationService, Map<String, javax.inject.Provider<RetentionStrategy>> retentionStrategyMap) IndexRotationThread(NotificationService notificationService, Indices indices, IndexSetRegistry indexSetRegistry, Cluster cluster, ActivityWriter activityWriter, NodeId nodeId, Map<String, javax.inject.Provider<RotationStrategy>> rotationStrategyMap) LeaderPresenceCheckPeriodical(Configuration configuration, NodeService nodeService, NotificationService notificationService, ActivityWriter activityWriter, ServerStatus serverStatus) ThrottleStateUpdaterThread(Journal journal, ProcessBuffer processBuffer, com.google.common.eventbus.EventBus eventBus, NotificationService notificationService, ServerStatus serverStatus, com.codahale.metrics.MetricRegistry metricRegistry, com.github.joschi.jadconfig.util.Size retentionSize) VersionCheckThread(NotificationService notificationService, ServerStatus serverStatus, VersionCheckConfiguration config, com.fasterxml.jackson.databind.ObjectMapper objectMapper, okhttp3.OkHttpClient httpClient) -
Uses of NotificationService in org.graylog2.rest.resources.system
Constructors in org.graylog2.rest.resources.system with parameters of type NotificationService -
Uses of NotificationService in org.graylog2.streams
Constructors in org.graylog2.streams with parameters of type NotificationServiceModifierConstructorDescriptionStreamFaultManager(Configuration configuration, StreamMetrics streamMetrics, NotificationService notificationService, StreamService streamService) StreamServiceImpl(MongoConnection mongoConnection, StreamRuleService streamRuleService, OutputService outputService, IndexSetService indexSetService, MongoIndexSet.Factory indexSetFactory, NotificationService notificationService, EntityOwnershipService entityOwnershipService, ClusterEventBus clusterEventBus) -
Uses of NotificationService in org.graylog2.system.urlwhitelist
Constructors in org.graylog2.system.urlwhitelist with parameters of type NotificationServiceModifierConstructorDescriptionUrlWhitelistNotificationService(NotificationService notificationService)