| Package | Description |
|---|---|
| org.graylog.events.processor | |
| org.graylog.events.processor.aggregation | |
| org.graylog.events.rest | |
| org.graylog2.plugin |
| Modifier and Type | Interface and Description |
|---|---|
interface |
EventProcessorParametersWithTimerange |
| Modifier and Type | Class and Description |
|---|---|
static class |
EventProcessorParametersWithTimerange.FallbackParameters |
| Modifier and Type | Method and Description |
|---|---|
void |
EventProcessor.createEvents(EventFactory eventFactory,
EventProcessorParameters parameters,
EventConsumer<List<EventWithContext>> eventsConsumer)
Creates events by using the given
EventFactory and passing them to the given EventConsumer. |
void |
EventProcessorEngine.execute(String definitionId,
EventProcessorParameters parameters) |
| Modifier and Type | Class and Description |
|---|---|
class |
AggregationEventProcessorParameters |
| Modifier and Type | Method and Description |
|---|---|
void |
AggregationEventProcessor.createEvents(EventFactory eventFactory,
EventProcessorParameters processorParameters,
EventConsumer<List<EventWithContext>> eventsConsumer) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventDefinitionsResource.execute(@NotBlank String definitionId,
@NotNull EventProcessorParameters parameters) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PluginModule.addEventProcessor(String name,
Class<? extends EventProcessor> processorClass,
Class<? extends EventProcessor.Factory> factoryClass,
Class<? extends EventProcessorConfig> configClass,
Class<? extends EventProcessorParameters> parametersClass) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.