Uses of Class
org.graylog.events.processor.aggregation.AggregationSeries
Packages that use AggregationSeries
Package
Description
-
Uses of AggregationSeries in org.graylog.events.contentpack.entities
Methods in org.graylog.events.contentpack.entities that return types with arguments of type AggregationSeriesModifier and TypeMethodDescriptionabstract List<AggregationSeries>AggregationEventProcessorConfigEntity.series()Method parameters in org.graylog.events.contentpack.entities with type arguments of type AggregationSeriesModifier and TypeMethodDescriptionAggregationEventProcessorConfigEntity.Builder.series(List<AggregationSeries> series) -
Uses of AggregationSeries in org.graylog.events.processor.aggregation
Methods in org.graylog.events.processor.aggregation that return AggregationSeriesModifier and TypeMethodDescriptionAggregationSeries.Builder.build()static AggregationSeriesAggregationSeries.create(String id, AggregationFunction function, String field) abstract AggregationSeriesAggregationSeriesValue.series()Methods in org.graylog.events.processor.aggregation that return types with arguments of type AggregationSeriesModifier and TypeMethodDescriptionabstract List<AggregationSeries>AggregationEventProcessorConfig.series()Methods in org.graylog.events.processor.aggregation with parameters of type AggregationSeriesModifier and TypeMethodDescriptionabstract AggregationSeriesValue.BuilderAggregationSeriesValue.Builder.series(AggregationSeries series) Method parameters in org.graylog.events.processor.aggregation with type arguments of type AggregationSeriesModifier and TypeMethodDescriptionAggregationEventProcessorConfig.Builder.series(List<AggregationSeries> series)