| Package | Description |
|---|---|
| org.graylog.events.processor | |
| org.graylog.events.processor.aggregation | |
| org.graylog.events.search |
| Modifier and Type | Class and Description |
|---|---|
class |
EventProcessorPreconditionException
This gets thrown when a precondition for an event processor is not ready.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventConsumer.accept(T events)
Performs this operation on the given argument.
|
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) |
void |
EventProcessor.sourceMessagesForEvent(Event event,
Consumer<List<MessageSummary>> messageConsumer,
long limit)
Gets all source messages for the given
Event and passes them to the messageConsumer. |
| Modifier and Type | Method and Description |
|---|---|
void |
AggregationEventProcessor.createEvents(EventFactory eventFactory,
EventProcessorParameters processorParameters,
EventConsumer<List<EventWithContext>> eventsConsumer) |
AggregationResult |
AggregationSearch.doSearch() |
AggregationResult |
PivotAggregationSearch.doSearch() |
void |
AggregationEventProcessor.sourceMessagesForEvent(Event event,
Consumer<List<MessageSummary>> messageConsumer,
long limit) |
| Modifier and Type | Method and Description |
|---|---|
void |
MoreSearchAdapter.ScrollEventsCallback.accept(List<ResultMessage> results,
AtomicBoolean requestContinue) |
void |
MoreSearch.ScrollCallback.call(List<ResultMessage> messages,
AtomicBoolean continueScrolling)
This will be called with message batches from a scroll query.
|
void |
MoreSearchAdapter.scrollEvents(String queryString,
TimeRange timeRange,
Set<String> affectedIndices,
Set<String> streams,
String scrollTime,
int batchSize,
MoreSearchAdapter.ScrollEventsCallback resultCallback) |
void |
MoreSearch.scrollQuery(String queryString,
Set<String> streams,
Set<Parameter> queryParameters,
TimeRange timeRange,
int batchSize,
MoreSearch.ScrollCallback resultCallback)
This scrolls results for the given query, streams and time range from Elasticsearch.
|
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.