Uses of Class
org.graylog.events.event.EventWithContext
Packages that use EventWithContext
Package
Description
-
Uses of EventWithContext in org.graylog.events.event
Methods in org.graylog.events.event that return EventWithContextModifier and TypeMethodDescriptionEventWithContext.addEventContext(Event event) EventWithContext.addMessageContext(Message message) abstract EventWithContextEventWithContext.Builder.build()static EventWithContextstatic EventWithContextstatic EventWithContext -
Uses of EventWithContext in org.graylog.events.fields
Method parameters in org.graylog.events.fields with type arguments of type EventWithContextModifier and TypeMethodDescriptionvoidEventFieldSpecEngine.execute(List<EventWithContext> eventsWithContext, Map<String, EventFieldSpec> fieldSpec) -
Uses of EventWithContext in org.graylog.events.fields.providers
Methods in org.graylog.events.fields.providers with parameters of type EventWithContextModifier and TypeMethodDescriptionprotected abstract FieldValueAbstractFieldValueProvider.doGet(String fieldName, EventWithContext eventWithContext) protected FieldValueLookupTableFieldValueProvider.doGet(String fieldName, EventWithContext eventWithContext) protected FieldValueTemplateFieldValueProvider.doGet(String fieldName, EventWithContext eventWithContext) AbstractFieldValueProvider.get(String fieldName, EventWithContext eventWithContext) FieldValueProvider.get(String fieldName, EventWithContext eventWithContext) -
Uses of EventWithContext in org.graylog.events.indices
Method parameters in org.graylog.events.indices with type arguments of type EventWithContextModifier and TypeMethodDescriptionvoidEventIndexer.write(List<EventWithContext> eventsWithContext) -
Uses of EventWithContext in org.graylog.events.notifications
Method parameters in org.graylog.events.notifications with type arguments of type EventWithContextModifier and TypeMethodDescriptionvoidEventNotificationHandler.handleEvents(EventDefinition definition, List<EventWithContext> eventsWithContext) -
Uses of EventWithContext in org.graylog.events.processor
Method parameters in org.graylog.events.processor with type arguments of type EventWithContextModifier and TypeMethodDescriptionvoidEventProcessor.createEvents(EventFactory eventFactory, EventProcessorParameters parameters, EventConsumer<List<EventWithContext>> eventsConsumer) Creates events by using the givenEventFactoryand passing them to the givenEventConsumer. -
Uses of EventWithContext in org.graylog.events.processor.aggregation
Method parameters in org.graylog.events.processor.aggregation with type arguments of type EventWithContextModifier and TypeMethodDescriptionvoidAggregationEventProcessor.createEvents(EventFactory eventFactory, EventProcessorParameters processorParameters, EventConsumer<List<EventWithContext>> eventsConsumer) -
Uses of EventWithContext in org.graylog.events.processor.storage
Method parameters in org.graylog.events.processor.storage with type arguments of type EventWithContextModifier and TypeMethodDescriptionvoidEventStorageHandler.handleEvents(List<EventWithContext> eventsWithContext) voidEventStorageHandlerEngine.handleEvents(List<EventWithContext> eventsWithContext, com.google.common.collect.ImmutableList<EventStorageHandler.Config> handlerConfigs) Run storage handlers.voidPersistToStreamsStorageHandler.handleEvents(List<EventWithContext> eventsWithContext) -
Uses of EventWithContext in org.graylog.events.processor.systemnotification
Method parameters in org.graylog.events.processor.systemnotification with type arguments of type EventWithContextModifier and TypeMethodDescriptionvoidSystemNotificationEventProcessor.createEvents(EventFactory eventFactory, EventProcessorParameters processorParameters, EventConsumer<List<EventWithContext>> eventsConsumer)