| Package | Description |
|---|---|
| org.graylog.events.contentpack.entities | |
| org.graylog.events.processor.aggregation |
| Modifier and Type | Method and Description |
|---|---|
abstract List<AggregationSeries> |
AggregationEventProcessorConfigEntity.series() |
| Modifier and Type | Method and Description |
|---|---|
abstract AggregationEventProcessorConfigEntity.Builder |
AggregationEventProcessorConfigEntity.Builder.series(List<AggregationSeries> series) |
| Modifier and Type | Method and Description |
|---|---|
AggregationSeries |
AggregationSeries.Builder.build() |
static AggregationSeries |
AggregationSeries.create(String id,
AggregationFunction function,
String field) |
abstract AggregationSeries |
AggregationSeriesValue.series() |
| Modifier and Type | Method and Description |
|---|---|
abstract List<AggregationSeries> |
AggregationEventProcessorConfig.series() |
| Modifier and Type | Method and Description |
|---|---|
abstract AggregationSeriesValue.Builder |
AggregationSeriesValue.Builder.series(AggregationSeries series) |
| Modifier and Type | Method and Description |
|---|---|
abstract AggregationEventProcessorConfig.Builder |
AggregationEventProcessorConfig.Builder.series(List<AggregationSeries> series) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.