Uses of Interface
org.graylog2.notifications.NotificationService
Packages that use NotificationService
Package
Description
-
Uses of NotificationService in org.graylog.events.migrations
Constructors in org.graylog.events.migrations with parameters of type NotificationServiceModifierConstructorDescriptionV20230629140000_RenameFieldTypeOfEventDefinitionSeries(ClusterConfigService clusterConfigService, MongoConnection mongoConnection, NotificationService notificationService) -
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, LookupTableService lookupTableService, ObjectMapperProvider objectMapperProvider, HttpConfiguration httpConfiguration, EmailRecipients.Factory emailRecipientsFactory, com.floreysoft.jmte.Engine templateEngine) EmailSender(NotificationService notificationService, NodeId nodeId, com.floreysoft.jmte.Engine templateEngine, com.floreysoft.jmte.Engine htmlTemplateEngine, EmailFactory emailFactory) HTTPEventNotificationV2(EventNotificationService notificationCallbackService, ObjectMapperProvider objectMapperProvider, UrlWhitelistService whitelistService, UrlWhitelistNotificationService urlWhitelistNotificationService, EncryptedValueService encryptedValueService, EventsConfigurationProvider configurationProvider, com.floreysoft.jmte.Engine templateEngine, com.floreysoft.jmte.Engine jsonTemplateEngine, NotificationService notificationService, NodeId nodeId, ParameterizedHttpClientProvider parameterizedHttpClientProvider) -
Uses of NotificationService in org.graylog.events.processor.aggregation
Constructors in org.graylog.events.processor.aggregation with parameters of type NotificationServiceModifierConstructorDescriptionAggregationEventProcessor(EventDefinition eventDefinition, AggregationSearch.Factory aggregationSearchFactory, EventProcessorDependencyCheck dependencyCheck, DBEventProcessorStateService stateService, MoreSearch moreSearch, EventStreamService eventStreamService, Messages messages, NotificationService notificationService, PermittedStreams permittedStreams, Set<EventQuerySearchTypeSupplier> eventQueryModifiers, MessageFactory messageFactory) PivotAggregationSearch(AggregationEventProcessorConfig config, AggregationEventProcessorParameters parameters, AggregationSearch.User searchOwner, EventDefinition eventDefinition, List<SearchType> additionalSearchTypes, SearchJobService searchJobService, QueryEngine queryEngine, EventsConfigurationProvider configProvider, MoreSearch moreSearch, PermittedStreams permittedStreams, NotificationService notificationService, QueryStringDecorators queryStringDecorators) -
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.integrations.notifications.types
Constructors in org.graylog.integrations.notifications.types with parameters of type NotificationServiceModifierConstructorDescriptionSlackEventNotification(EventNotificationService notificationCallbackService, ObjectMapperProvider objectMapperProvider, com.floreysoft.jmte.Engine templateEngine, NotificationService notificationService, NodeId nodeId, SlackClient slackClient, HttpConfiguration httpConfiguration) -
Uses of NotificationService in org.graylog.integrations.notifications.types.microsoftteams
Constructors in org.graylog.integrations.notifications.types.microsoftteams with parameters of type NotificationServiceModifierConstructorDescriptionTeamsEventNotification(EventNotificationService notificationCallbackService, ObjectMapperProvider objectMapperProvider, com.floreysoft.jmte.Engine templateEngine, NotificationService notificationService, NodeId nodeId, RequestClient requestClient, HttpConfiguration httpConfiguration) Deprecated.TeamsEventNotificationV2(EventNotificationService notificationCallbackService, ObjectMapperProvider objectMapperProvider, com.floreysoft.jmte.Engine jsonTemplateEngine, NotificationService notificationService, NodeId nodeId, RequestClient requestClient, HttpConfiguration httpConfiguration) -
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.graylog.plugins.sidecar.services
Constructors in org.graylog.plugins.sidecar.services with parameters of type NotificationServiceModifierConstructorDescriptionSidecarService(CollectorService collectorService, ConfigurationService configurationService, MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper, NotificationService notificationService, NotificationSystemEventPublisher notificationSystemEventPublisher, jakarta.validation.Validator validator) -
Uses of NotificationService in org.graylog.plugins.views.storage.migration.state.actions
Constructors in org.graylog.plugins.views.storage.migration.state.actions with parameters of type NotificationServiceModifierConstructorDescriptionMigrationActionsImpl(MigrationStateMachineContext stateMachineContext, ClusterConfigService clusterConfigService, NodeService<DataNodeDto> nodeService, CaKeystore caKeystore, DataNodeCommandService dataNodeCommandService, RemoteReindexingMigrationAdapter migrationService, ClusterProcessingControlFactory clusterProcessingControlFactory, PreflightConfigService preflightConfigService, com.codahale.metrics.MetricRegistry metricRegistry, DatanodeRestApiProxy datanodeProxy, ElasticsearchVersionProvider searchVersionProvider, List<URI> elasticsearchHosts, NotificationService notificationService, FeatureFlags featureFlags) -
Uses of NotificationService in org.graylog.security.certutil
Constructors in org.graylog.security.certutil with parameters of type NotificationServiceModifierConstructorDescriptionCertRenewalServiceImpl(ClusterConfigService clusterConfigService, NodeService<DataNodeDto> nodeService, NotificationService notificationService, DBJobTriggerService jobTriggerService, JobSchedulerClock clock, CaKeystore caKeystore) Deprecated. -
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.bootstrap.preflight
Classes in org.graylog2.bootstrap.preflight that implement NotificationService -
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.lookup.adapters
Constructors in org.graylog2.lookup.adapters with parameters of type NotificationServiceModifierConstructorDescriptionprotectedHTTPJSONPathDataAdapter(DataAdapterDto dto, com.floreysoft.jmte.Engine templateEngine, okhttp3.OkHttpClient httpClient, UrlWhitelistService urlWhitelistService, UrlWhitelistNotificationService urlWhitelistNotificationService, com.codahale.metrics.MetricRegistry metricRegistry, NotificationService notificationService) -
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) V20230601104500_AddSourcesPageV2(ContentPackService contentPackService, com.fasterxml.jackson.databind.ObjectMapper objectMapper, ClusterConfigService configService, ContentPackPersistenceService contentPackPersistenceService, ContentPackInstallationPersistenceService contentPackInstallationPersistenceService, MongoConnection mongoConnection, NotificationService notificationService) -
Uses of NotificationService in org.graylog2.notifications
Classes in org.graylog2.notifications that implement NotificationServiceConstructors in org.graylog2.notifications with parameters of type NotificationServiceModifierConstructorDescriptionDeletedStreamNotificationListener(com.google.common.eventbus.EventBus eventBus, NotificationService 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, jakarta.inject.Provider<RetentionStrategy>> retentionStrategyMap, DataTieringOrchestrator dataTieringOrchestrator, DatanodeMigrationLockService migrationLockService) IndexRotationThread(NotificationService notificationService, Indices indices, IndexSetRegistry indexSetRegistry, Cluster cluster, ActivityWriter activityWriter, NodeId nodeId, Map<String, jakarta.inject.Provider<RotationStrategy>> rotationStrategyMap, DataTieringOrchestrator dataTieringOrchestrator, DatanodeMigrationLockService migrationLockService) 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) -
Uses of NotificationService in org.graylog2.system.urlwhitelist
Constructors in org.graylog2.system.urlwhitelist with parameters of type NotificationServiceModifierConstructorDescriptionUrlWhitelistNotificationService(NotificationService notificationService)