Uses of Interface
org.graylog2.plugin.MessageFactory
Packages that use MessageFactory
Package
Description
-
Uses of MessageFactory in org.graylog.aws.inputs.cloudtrail
Constructors in org.graylog.aws.inputs.cloudtrail with parameters of type MessageFactoryModifierConstructorDescriptionCloudTrailCodec(Configuration configuration, com.fasterxml.jackson.databind.ObjectMapper objectMapper, MessageFactory messageFactory) -
Uses of MessageFactory in org.graylog.events.processor.aggregation
Constructors in org.graylog.events.processor.aggregation with parameters of type MessageFactoryModifierConstructorDescriptionAggregationEventProcessor(EventDefinition eventDefinition, AggregationSearch.Factory aggregationSearchFactory, EventProcessorDependencyCheck dependencyCheck, DBEventProcessorStateService stateService, MoreSearch moreSearch, EventStreamService eventStreamService, Messages messages, NotificationService notificationService, PermittedStreams permittedStreams, Set<EventQuerySearchTypeSupplier> eventQueryModifiers, MessageFactory messageFactory) -
Uses of MessageFactory in org.graylog.integrations.aws.codecs
Constructors in org.graylog.integrations.aws.codecs with parameters of type MessageFactoryModifierConstructorDescriptionKinesisCloudWatchFlowLogCodec(Configuration configuration, com.fasterxml.jackson.databind.ObjectMapper objectMapper, MessageFactory messageFactory) KinesisRawLogCodec(Configuration configuration, com.fasterxml.jackson.databind.ObjectMapper objectMapper, MessageFactory messageFactory) -
Uses of MessageFactory in org.graylog.integrations.inputs.paloalto
Constructors in org.graylog.integrations.inputs.paloalto with parameters of type MessageFactoryModifierConstructorDescriptionPaloAltoCodec(Configuration configuration, MessageFactory messageFactory) -
Uses of MessageFactory in org.graylog.integrations.inputs.paloalto11
Constructors in org.graylog.integrations.inputs.paloalto11 with parameters of type MessageFactoryModifierConstructorDescriptionPaloAlto11xCodec(Configuration configuration, PaloAltoParser rawMessageParser, MessageFactory messageFactory) -
Uses of MessageFactory in org.graylog.integrations.inputs.paloalto9
Constructors in org.graylog.integrations.inputs.paloalto9 with parameters of type MessageFactoryModifierConstructorDescriptionPaloAlto9xCodec(Configuration configuration, PaloAltoParser rawMessageParser, PaloAlto9xParser fieldProducer, MessageFactory messageFactory) -
Uses of MessageFactory in org.graylog.integrations.ipfix.codecs
Constructors in org.graylog.integrations.ipfix.codecs with parameters of type MessageFactoryModifierConstructorDescriptionprotectedIpfixCodec(Configuration configuration, IpfixAggregator ipfixAggregator, MessageFactory messageFactory) -
Uses of MessageFactory in org.graylog.plugins.beats
Constructors in org.graylog.plugins.beats with parameters of type MessageFactoryModifierConstructorDescriptionBeats2Codec(Configuration configuration, com.fasterxml.jackson.databind.ObjectMapper objectMapper, MessageFactory messageFactory) BeatsCodec(Configuration configuration, com.fasterxml.jackson.databind.ObjectMapper objectMapper, MessageFactory messageFactory) -
Uses of MessageFactory in org.graylog.plugins.cef.codec
Constructors in org.graylog.plugins.cef.codec with parameters of type MessageFactoryModifierConstructorDescriptionCEFCodec(Configuration configuration, MessageFactory messageFactory) -
Uses of MessageFactory in org.graylog.plugins.netflow.flows
Constructors in org.graylog.plugins.netflow.flows with parameters of type MessageFactory -
Uses of MessageFactory in org.graylog.plugins.pipelineprocessor
Constructors in org.graylog.plugins.pipelineprocessor with parameters of type MessageFactoryModifierConstructorDescriptionPipelineProcessorMessageDecorator(PipelineInterpreter pipelineInterpreter, ConfigurationStateUpdater pipelineStateUpdater, MessageFactory messageFactory, Decorator decorator) -
Uses of MessageFactory in org.graylog.plugins.pipelineprocessor.functions.messages
Constructors in org.graylog.plugins.pipelineprocessor.functions.messages with parameters of type MessageFactoryModifierConstructorDescriptionCloneMessage(MessageFactory messageFactory) CreateMessage(MessageFactory messageFactory) -
Uses of MessageFactory in org.graylog.plugins.pipelineprocessor.rest
Constructors in org.graylog.plugins.pipelineprocessor.rest with parameters of type MessageFactoryModifierConstructorDescriptionSimulatorResource(PipelineInterpreter pipelineInterpreter, ConfigurationStateUpdater pipelineStateUpdater, StreamService streamService, MessageFactory messageFactory) -
Uses of MessageFactory in org.graylog.plugins.pipelineprocessor.simulator
Constructors in org.graylog.plugins.pipelineprocessor.simulator with parameters of type MessageFactoryModifierConstructorDescriptionRuleSimulator(ConfigurationStateUpdater configurationStateUpdater, com.fasterxml.jackson.databind.ObjectMapper objectMapper, MessageFactory messageFactory) -
Uses of MessageFactory in org.graylog2.decorators
Constructors in org.graylog2.decorators with parameters of type MessageFactoryModifierConstructorDescriptionFormatStringDecorator(Decorator decorator, com.floreysoft.jmte.Engine templateEngine, MessageFactory messageFactory) LinkFieldDecorator(Decorator decorator, MessageFactory messageFactory) LookupTableDecorator(Decorator decorator, LookupTableService lookupTableService, MessageFactory messageFactory) SyslogSeverityMapperDecorator(Decorator decorator, MessageFactory messageFactory) -
Uses of MessageFactory in org.graylog2.indexer.results
Constructors in org.graylog2.indexer.results with parameters of type MessageFactory -
Uses of MessageFactory in org.graylog2.inputs.codecs
Constructors in org.graylog2.inputs.codecs with parameters of type MessageFactoryModifierConstructorDescriptionGelfCodec(Configuration configuration, GelfChunkAggregator aggregator, MessageFactory messageFactory) JsonPathCodec(Configuration configuration, com.fasterxml.jackson.databind.ObjectMapper objectMapper, MessageFactory messageFactory) RandomHttpMessageCodec(Configuration configuration, com.fasterxml.jackson.databind.ObjectMapper objectMapper, MessageFactory messageFactory) RawCodec(Configuration configuration, MessageFactory messageFactory) SyslogCodec(Configuration configuration, com.codahale.metrics.MetricRegistry metricRegistry, MessageFactory messageFactory) -
Uses of MessageFactory in org.graylog2.inputs.random.generators
Methods in org.graylog2.inputs.random.generators with parameters of type MessageFactoryModifier and TypeMethodDescriptionstatic MessageFakeHttpRawMessageGenerator.generateMessage(MessageFactory messageFactory, FakeHttpRawMessageGenerator.GeneratorState state) static MessageFakeHttpRawMessageGenerator.simulateGET(MessageFactory messageFactory, FakeHttpRawMessageGenerator.GeneratorState state, Random rand) -
Uses of MessageFactory in org.graylog2.rest.resources.streams
Constructors in org.graylog2.rest.resources.streams with parameters of type MessageFactoryModifierConstructorDescriptionStreamResource(StreamService streamService, PaginatedStreamService paginatedStreamService, StreamRuleService streamRuleService, StreamRouterEngine.Factory streamRouterEngineFactory, IndexSetRegistry indexSetRegistry, RecentActivityService recentActivityService, AuditEventSender auditEventSender, MessageFactory messageFactory, PipelineStreamConnectionsService pipelineStreamConnectionsService, PipelineService pipelineService)