Uses of Class
org.graylog.events.processor.aggregation.AggregationEventProcessorConfig
Packages that use AggregationEventProcessorConfig
-
Uses of AggregationEventProcessorConfig in org.graylog.events.processor.aggregation
Methods in org.graylog.events.processor.aggregation that return AggregationEventProcessorConfigModifier and TypeMethodDescriptionabstract AggregationEventProcessorConfigAggregationEventProcessorConfig.Builder.build()Methods in org.graylog.events.processor.aggregation with parameters of type AggregationEventProcessorConfigModifier and TypeMethodDescriptionAggregationSearch.Factory.create(AggregationEventProcessorConfig config, AggregationEventProcessorParameters parameters, String searchOwner, EventDefinition eventDefinition) Constructors in org.graylog.events.processor.aggregation with parameters of type AggregationEventProcessorConfigModifierConstructorDescriptionPivotAggregationSearch(AggregationEventProcessorConfig config, AggregationEventProcessorParameters parameters, String searchOwner, EventDefinition eventDefinition, SearchJobService searchJobService, QueryEngine queryEngine, EventsConfigurationProvider configProvider, MoreSearch moreSearch, PermittedStreams permittedStreams, NotificationService notificationService)