| Package | Description |
|---|---|
| org.graylog.events.notifications | |
| org.graylog.events.processor | |
| org.graylog.events.processor.aggregation | |
| org.graylog.events.rest | |
| org.graylog2.plugin |
| Constructor and Description |
|---|
EventBacklogService(Map<String,EventProcessor.Factory> eventProcessorFactories,
DBEventDefinitionService eventDefinitionService) |
| Constructor and Description |
|---|
EventProcessorEngine(Map<String,EventProcessor.Factory> eventProcessorFactories,
DBEventDefinitionService dbService,
EventFieldSpecEngine fieldSpecEngine,
EventNotificationHandler notificationHandler,
EventStorageHandlerEngine storageHandlerEngine,
javax.inject.Provider<EventProcessorEventFactory> eventFactoryProvider,
EventProcessorExecutionMetrics metrics) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
AggregationEventProcessor.Factory |
| Constructor and Description |
|---|
AvailableEntityTypesResource(Map<String,EventProcessor.Factory> eventProcessorFactories,
Map<String,FieldValueProvider.Factory> fieldValueProviders,
Map<String,EventStorageHandler.Factory> storageHandlerFactories) |
| 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.