Uses of Class
org.graylog.events.processor.aggregation.AggregationEventProcessorParameters
Packages that use AggregationEventProcessorParameters
-
Uses of AggregationEventProcessorParameters in org.graylog.events.processor.aggregation
Methods in org.graylog.events.processor.aggregation that return AggregationEventProcessorParametersModifier and TypeMethodDescriptionabstract AggregationEventProcessorParametersAggregationEventProcessorParameters.Builder.build()Methods in org.graylog.events.processor.aggregation with parameters of type AggregationEventProcessorParametersModifier and TypeMethodDescriptionAggregationSearch.Factory.create(AggregationEventProcessorConfig config, AggregationEventProcessorParameters parameters, AggregationSearch.User searchOwner, EventDefinition eventDefinition, List<SearchType> additionalSearchTypes) protected QueryPivotAggregationSearch.getAggregationQuery(AggregationEventProcessorParameters parameters, long searchWithinMs, long executeEveryMs) Returns the query to compute the aggregation.Constructors in org.graylog.events.processor.aggregation with parameters of type AggregationEventProcessorParametersModifierConstructorDescriptionPivotAggregationSearch(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)