| Package | Description |
|---|---|
| org.graylog.events.contentpack.entities | |
| org.graylog.events.processor | |
| org.graylog.events.processor.storage | |
| org.graylog2.plugin |
| Modifier and Type | Method and Description |
|---|---|
abstract com.google.common.collect.ImmutableList<EventStorageHandler.Config> |
EventDefinitionEntity.storage() |
| Modifier and Type | Method and Description |
|---|---|
abstract EventDefinitionEntity.Builder |
EventDefinitionEntity.Builder.storage(com.google.common.collect.ImmutableList<EventStorageHandler.Config> storage) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<EventStorageHandler.Config> |
EventDefinition.storage() |
abstract com.google.common.collect.ImmutableList<EventStorageHandler.Config> |
EventDefinitionDto.storage() |
| Modifier and Type | Method and Description |
|---|---|
abstract EventDefinitionDto.Builder |
EventDefinitionDto.Builder.storage(com.google.common.collect.ImmutableList<EventStorageHandler.Config> storageHandlers) |
| Modifier and Type | Class and Description |
|---|---|
static class |
EventStorageHandler.Config.FallbackEventStorageHandlerConfig |
static class |
PersistToStreamsStorageHandler.Config |
| Modifier and Type | Method and Description |
|---|---|
EventStorageHandler.Config |
EventStorageHandlerException.getHandlerConfig()
Returns the
EventStorageHandler.Config for the storage handler that failed. |
| Modifier and Type | Method and Description |
|---|---|
PersistToStreamsStorageHandler |
PersistToStreamsStorageHandler.Factory.create(EventStorageHandler.Config config) |
TYPE |
EventStorageHandler.Factory.create(EventStorageHandler.Config config) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventStorageHandlerEngine.handleEvents(List<EventWithContext> eventsWithContext,
com.google.common.collect.ImmutableList<EventStorageHandler.Config> handlerConfigs)
Run storage handlers.
|
| Constructor and Description |
|---|
EventStorageHandlerException(String message,
EventStorageHandler.Config handlerConfig) |
EventStorageHandlerException(String message,
EventStorageHandler.Config handlerConfig,
Throwable cause) |
PersistToStreamsStorageHandler(EventStorageHandler.Config config,
EventIndexer indices) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PluginModule.addEventStorageHandler(String name,
Class<? extends EventStorageHandler> handlerClass,
Class<? extends EventStorageHandler.Factory> factoryClass,
Class<? extends EventStorageHandler.Config> configClass) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.