Uses of Class
org.graylog.events.processor.EventProcessorException
Packages that use EventProcessorException
Package
Description
-
Uses of EventProcessorException in org.graylog.events.processor
Subclasses of EventProcessorException in org.graylog.events.processorModifier and TypeClassDescriptionclassThis gets thrown when a precondition for an event processor is not ready.Methods in org.graylog.events.processor that throw EventProcessorExceptionModifier and TypeMethodDescriptionvoidPerforms this operation on the given argument.voidEventProcessor.createEvents(EventFactory eventFactory, EventProcessorParameters parameters, EventConsumer<List<EventWithContext>> eventsConsumer) Creates events by using the givenEventFactoryand passing them to the givenEventConsumer.voidEventProcessorEngine.execute(String definitionId, EventProcessorParameters parameters) voidEventProcessor.sourceMessagesForEvent(Event event, Consumer<List<MessageSummary>> messageConsumer, long limit) Gets all source messages for the givenEventand passes them to themessageConsumer. -
Uses of EventProcessorException in org.graylog.events.processor.aggregation
Methods in org.graylog.events.processor.aggregation that throw EventProcessorExceptionModifier and TypeMethodDescriptionvoidAggregationEventProcessor.createEvents(EventFactory eventFactory, EventProcessorParameters processorParameters, EventConsumer<List<EventWithContext>> eventsConsumer) AggregationSearch.doSearch()PivotAggregationSearch.doSearch()voidAggregationEventProcessor.sourceMessagesForEvent(Event event, Consumer<List<MessageSummary>> messageConsumer, long limit) -
Uses of EventProcessorException in org.graylog.events.processor.systemnotification
Methods in org.graylog.events.processor.systemnotification that throw EventProcessorExceptionModifier and TypeMethodDescriptionvoidSystemNotificationEventProcessor.createEvents(EventFactory eventFactory, EventProcessorParameters processorParameters, EventConsumer<List<EventWithContext>> eventsConsumer) voidSystemNotificationEventProcessor.sourceMessagesForEvent(Event event, Consumer<List<MessageSummary>> messageConsumer, long limit) -
Uses of EventProcessorException in org.graylog.events.search
Methods in org.graylog.events.search that throw EventProcessorExceptionModifier and TypeMethodDescriptionvoidMoreSearchAdapter.ScrollEventsCallback.accept(List<ResultMessage> results, AtomicBoolean requestContinue) voidMoreSearch.ScrollCallback.call(List<ResultMessage> messages, AtomicBoolean continueScrolling) This will be called with message batches from a scroll query.voidMoreSearchAdapter.scrollEvents(String queryString, TimeRange timeRange, Set<String> affectedIndices, Set<String> streams, int batchSize, MoreSearchAdapter.ScrollEventsCallback resultCallback) voidMoreSearch.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.