Uses of Class
org.graylog.events.configuration.EventsConfigurationProvider
Packages that use EventsConfigurationProvider
Package
Description
-
Uses of EventsConfigurationProvider in org.graylog.events.notifications
Constructors in org.graylog.events.notifications with parameters of type EventsConfigurationProviderModifierConstructorDescriptionEventNotificationExecutionJob(JobDefinitionDto jobDefinition, DBNotificationService dbNotificationService, DBEventDefinitionService eventDefinitionService, DBNotificationGracePeriodService notificationGracePeriodService, Map<String, EventNotification.Factory> eventNotificationFactories, EventsConfigurationProvider configurationProvider, EventNotificationExecutionMetrics metrics) EventNotificationService(EventBacklogService eventBacklogService, EventsConfigurationProvider configurationProvider) -
Uses of EventsConfigurationProvider in org.graylog.events.notifications.types
Constructors in org.graylog.events.notifications.types with parameters of type EventsConfigurationProviderModifierConstructorDescriptionHTTPEventNotification(EventNotificationService notificationCallbackService, com.fasterxml.jackson.databind.ObjectMapper objectMapper, UrlWhitelistService whitelistService, UrlWhitelistNotificationService urlWhitelistNotificationService, EncryptedValueService encryptedValueService, EventsConfigurationProvider configurationProvider, ParameterizedHttpClientProvider parameterizedHttpClientProvider) 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 EventsConfigurationProvider in org.graylog.events.processor
Constructors in org.graylog.events.processor with parameters of type EventsConfigurationProviderModifierConstructorDescriptionEventProcessorExecutionJob(JobScheduleStrategies scheduleStrategies, JobSchedulerClock clock, EventProcessorEngine eventProcessorEngine, EventsConfigurationProvider configurationProvider, JobDefinitionDto jobDefinition) -
Uses of EventsConfigurationProvider in org.graylog.events.processor.aggregation
Constructors in org.graylog.events.processor.aggregation with parameters of type EventsConfigurationProviderModifierConstructorDescriptionPivotAggregationSearch(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 EventsConfigurationProvider in org.graylog2.migrations
Constructors in org.graylog2.migrations with parameters of type EventsConfigurationProviderModifierConstructorDescriptionV20190730000000_CreateDefaultEventsConfiguration(EventsConfigurationProvider configProvider, ClusterConfigService clusterConfigService)