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, AggregationSearch.User searchOwner, EventDefinition eventDefinition, List<SearchType> additionalSearchTypes) Constructors in org.graylog.events.processor.aggregation with parameters of type AggregationEventProcessorConfigModifierConstructorDescriptionPivotAggregationSearch(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)