Uses of Class
org.graylog.events.fields.EventFieldSpec
Packages that use EventFieldSpec
Package
Description
-
Uses of EventFieldSpec in org.graylog.events.contentpack.entities
Methods in org.graylog.events.contentpack.entities that return types with arguments of type EventFieldSpecModifier and TypeMethodDescriptionabstract com.google.common.collect.ImmutableMap<String,EventFieldSpec> EventDefinitionEntity.fieldSpec()Method parameters in org.graylog.events.contentpack.entities with type arguments of type EventFieldSpecModifier and TypeMethodDescriptionabstract EventDefinitionEntity.BuilderEventDefinitionEntity.Builder.fieldSpec(com.google.common.collect.ImmutableMap<String, EventFieldSpec> fieldSpec) -
Uses of EventFieldSpec in org.graylog.events.fields
Methods in org.graylog.events.fields that return EventFieldSpecMethod parameters in org.graylog.events.fields with type arguments of type EventFieldSpecModifier and TypeMethodDescriptionvoidEventFieldSpecEngine.execute(List<EventWithContext> eventsWithContext, Map<String, EventFieldSpec> fieldSpec) -
Uses of EventFieldSpec in org.graylog.events.processor
Methods in org.graylog.events.processor that return types with arguments of type EventFieldSpecModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableMap<String,EventFieldSpec> EventDefinition.fieldSpec()abstract com.google.common.collect.ImmutableMap<String,EventFieldSpec> EventDefinitionDto.fieldSpec()Method parameters in org.graylog.events.processor with type arguments of type EventFieldSpecModifier and TypeMethodDescriptionabstract EventDefinitionDto.BuilderEventDefinitionDto.Builder.fieldSpec(com.google.common.collect.ImmutableMap<String, EventFieldSpec> fieldSpec)