Uses of Class
org.graylog2.plugin.inputs.MessageInput
Packages that use MessageInput
Package
Description
-
Uses of MessageInput in org.graylog.plugins.beats
Subclasses of MessageInput in org.graylog.plugins.beatsMethods in org.graylog.plugins.beats with parameters of type MessageInputModifier and TypeMethodDescriptionprotected LinkedHashMap<String,Callable<? extends io.netty.channel.ChannelHandler>> BeatsTransport.getCustomChildChannelHandlers(MessageInput input) -
Uses of MessageInput in org.graylog.plugins.cef.input
Subclasses of MessageInput in org.graylog.plugins.cef.inputModifier and TypeClassDescriptionclassclassclassclass -
Uses of MessageInput in org.graylog.plugins.netflow.inputs
Subclasses of MessageInput in org.graylog.plugins.netflow.inputs -
Uses of MessageInput in org.graylog.plugins.netflow.transport
Methods in org.graylog.plugins.netflow.transport with parameters of type MessageInputModifier and TypeMethodDescriptionprotected LinkedHashMap<String,Callable<? extends io.netty.channel.ChannelHandler>> NetFlowUdpTransport.getChannelHandlers(MessageInput input) -
Uses of MessageInput in org.graylog2.contentpacks.facades
Constructor parameters in org.graylog2.contentpacks.facades with type arguments of type MessageInputModifierConstructorDescriptionInputFacade(com.fasterxml.jackson.databind.ObjectMapper objectMapper, InputService inputService, InputRegistry inputRegistry, DBLookupTableService lookupTableService, GrokPatternService grokPatternService, MessageInputFactory messageInputFactory, ExtractorFactory extractorFactory, ConverterFactory converterFactory, ServerStatus serverStatus, Set<PluginMetaData> pluginMetaData, Map<String, MessageInput.Factory<? extends MessageInput>> inputFactories) -
Uses of MessageInput in org.graylog2.inputs
Methods in org.graylog2.inputs that return MessageInputModifier and TypeMethodDescriptionInputService.getMessageInput(Input io) InputServiceImpl.getMessageInput(Input io) Methods in org.graylog2.inputs that return types with arguments of type MessageInputMethod parameters in org.graylog2.inputs with type arguments of type MessageInputModifier and TypeMethodDescriptionvoidInputStateListener.inputStateChanged(IOStateChangedEvent<MessageInput> event) -
Uses of MessageInput in org.graylog2.inputs.codecs.gelf
Methods in org.graylog2.inputs.codecs.gelf that return MessageInputConstructors in org.graylog2.inputs.codecs.gelf with parameters of type MessageInputModifierConstructorDescriptionGELFMessageChunk(byte[] payload, MessageInput sourceInput) GELFMessageChunk(GELFMessage msg, MessageInput sourceInput) -
Uses of MessageInput in org.graylog2.inputs.gelf.amqp
Subclasses of MessageInput in org.graylog2.inputs.gelf.amqp -
Uses of MessageInput in org.graylog2.inputs.gelf.http
Subclasses of MessageInput in org.graylog2.inputs.gelf.http -
Uses of MessageInput in org.graylog2.inputs.gelf.kafka
Subclasses of MessageInput in org.graylog2.inputs.gelf.kafka -
Uses of MessageInput in org.graylog2.inputs.gelf.tcp
Subclasses of MessageInput in org.graylog2.inputs.gelf.tcp -
Uses of MessageInput in org.graylog2.inputs.gelf.udp
Subclasses of MessageInput in org.graylog2.inputs.gelf.udp -
Uses of MessageInput in org.graylog2.inputs.misc.jsonpath
Subclasses of MessageInput in org.graylog2.inputs.misc.jsonpath -
Uses of MessageInput in org.graylog2.inputs.random
Subclasses of MessageInput in org.graylog2.inputs.random -
Uses of MessageInput in org.graylog2.inputs.raw.amqp
Subclasses of MessageInput in org.graylog2.inputs.raw.amqp -
Uses of MessageInput in org.graylog2.inputs.raw.kafka
Subclasses of MessageInput in org.graylog2.inputs.raw.kafka -
Uses of MessageInput in org.graylog2.inputs.raw.tcp
Subclasses of MessageInput in org.graylog2.inputs.raw.tcp -
Uses of MessageInput in org.graylog2.inputs.raw.udp
Subclasses of MessageInput in org.graylog2.inputs.raw.udp -
Uses of MessageInput in org.graylog2.inputs.syslog.amqp
Subclasses of MessageInput in org.graylog2.inputs.syslog.amqp -
Uses of MessageInput in org.graylog2.inputs.syslog.kafka
Subclasses of MessageInput in org.graylog2.inputs.syslog.kafka -
Uses of MessageInput in org.graylog2.inputs.syslog.tcp
Subclasses of MessageInput in org.graylog2.inputs.syslog.tcp -
Uses of MessageInput in org.graylog2.inputs.syslog.udp
Subclasses of MessageInput in org.graylog2.inputs.syslog.udp -
Uses of MessageInput in org.graylog2.inputs.transports
Methods in org.graylog2.inputs.transports with parameters of type MessageInputModifier and TypeMethodDescriptionvoidAmqpTransport.doLaunch(MessageInput input) voidHttpPollTransport.doLaunch(MessageInput input, InputFailureRecorder inputFailureRecorder) voidKafkaTransport.doLaunch(MessageInput input) protected LinkedHashMap<String,Callable<? extends io.netty.channel.ChannelHandler>> UdpTransport.getChannelHandlers(MessageInput input) protected LinkedHashMap<String,Callable<? extends io.netty.channel.ChannelHandler>> UdpTransport.getChildChannelHandlers(MessageInput input) protected LinkedHashMap<String,Callable<? extends io.netty.channel.ChannelHandler>> HttpTransport.getCustomChildChannelHandlers(MessageInput input) protected LinkedHashMap<String,Callable<? extends io.netty.channel.ChannelHandler>> SyslogTcpTransport.getCustomChildChannelHandlers(MessageInput input) protected LinkedHashMap<String,Callable<? extends io.netty.channel.ChannelHandler>> TcpTransport.getCustomChildChannelHandlers(MessageInput input) voidUdpTransport.launch(MessageInput input) protected RawMessageRandomMessageTransport.produceRawMessage(MessageInput input) Constructors in org.graylog2.inputs.transports with parameters of type MessageInputModifierConstructorDescriptionAmqpConsumer(String hostname, int port, String virtualHost, String username, String password, int prefetchCount, String queue, String exchange, boolean exchangeBind, String routingKey, int parallelQueues, boolean tls, boolean requeueInvalid, int heartbeatTimeout, MessageInput sourceInput, ScheduledExecutorService scheduler, AmqpTransport amqpTransport) -
Uses of MessageInput in org.graylog2.inputs.transports.netty
Constructors in org.graylog2.inputs.transports.netty with parameters of type MessageInputModifierConstructorDescriptionExceptionLoggingChannelHandler(MessageInput input, org.slf4j.Logger logger) ExceptionLoggingChannelHandler(MessageInput input, org.slf4j.Logger logger, boolean keepAliveEnabled) RawMessageHandler(MessageInput input) -
Uses of MessageInput in org.graylog2.plugin
Methods in org.graylog2.plugin with type parameters of type MessageInputModifier and TypeMethodDescriptionprotected <T extends MessageInput>
voidPluginModule.addMessageInput(Class<T> messageInputClass, Class<? extends MessageInput.Factory<T>> factoryClass) Method parameters in org.graylog2.plugin with type arguments of type MessageInputModifier and TypeMethodDescriptionprotected voidPluginModule.addMessageInput(Class<? extends MessageInput> messageInputClass) Constructor parameters in org.graylog2.plugin with type arguments of type MessageInput -
Uses of MessageInput in org.graylog2.plugin.inject
Methods in org.graylog2.plugin.inject with type parameters of type MessageInputModifier and TypeMethodDescriptionprotected <T extends MessageInput>
voidGraylog2Module.installInput(com.google.inject.multibindings.MapBinder<String, MessageInput.Factory<? extends MessageInput>> inputMapBinder, Class<T> target) protected <T extends MessageInput>
voidGraylog2Module.installInput(com.google.inject.multibindings.MapBinder<String, MessageInput.Factory<? extends MessageInput>> inputMapBinder, Class<T> target, Class<? extends MessageInput.Factory<T>> targetFactory) Methods in org.graylog2.plugin.inject that return types with arguments of type MessageInputModifier and TypeMethodDescriptionprotected com.google.inject.multibindings.MapBinder<String,MessageInput.Factory<? extends MessageInput>> Graylog2Module.inputsMapBinder()Method parameters in org.graylog2.plugin.inject with type arguments of type MessageInputModifier and TypeMethodDescriptionprotected <T extends MessageInput>
voidGraylog2Module.installInput(com.google.inject.multibindings.MapBinder<String, MessageInput.Factory<? extends MessageInput>> inputMapBinder, Class<T> target) protected <T extends MessageInput>
voidGraylog2Module.installInput(com.google.inject.multibindings.MapBinder<String, MessageInput.Factory<? extends MessageInput>> inputMapBinder, Class<T> target, Class<? extends MessageInput.Factory<T>> targetFactory) -
Uses of MessageInput in org.graylog2.plugin.inputs.transports
Methods in org.graylog2.plugin.inputs.transports with parameters of type MessageInputModifier and TypeMethodDescriptionvoidGeneratorTransport.doLaunch(MessageInput input) protected abstract voidThrottleableTransport.doLaunch(MessageInput input) Deprecated.Performs the same purpose asThrottleableTransport.launch(org.graylog2.plugin.inputs.MessageInput)but guarantees that the superclass' actions are performed.protected final voidThrottleableTransport2.doLaunch(MessageInput input) protected abstract voidThrottleableTransport2.doLaunch(MessageInput input, InputFailureRecorder inputFailureRecorder) protected io.netty.bootstrap.ServerBootstrapAbstractTcpTransport.getBootstrap(MessageInput input) protected LinkedHashMap<String,Callable<? extends io.netty.channel.ChannelHandler>> NettyTransport.getChannelHandlers(MessageInput input) Subclasses can override this to add additionalchannel handlersto the NettyChannelPipelineto support additional features.protected LinkedHashMap<String,Callable<? extends io.netty.channel.ChannelHandler>> AbstractTcpTransport.getChildChannelHandlers(MessageInput input) protected abstract LinkedHashMap<String,Callable<? extends io.netty.channel.ChannelHandler>> NettyTransport.getChildChannelHandlers(MessageInput input) Subclasses can override this to modify thechannel handlersfor child channels.protected LinkedHashMap<String,Callable<? extends io.netty.channel.ChannelHandler>> NettyTransport.getCustomChildChannelHandlers(MessageInput input) Subclasses can override this to modify thechannel handlersat the end of the pipeline for child channels.voidAbstractTcpTransport.launch(MessageInput input) voidThrottleableTransport.launch(MessageInput input) Deprecated.voidThrottleableTransport2.launch(MessageInput input, InputFailureRecorder inputFailureRecorder) voidTransport.launch(MessageInput input) default voidTransport.launch(MessageInput input, InputFailureRecorder inputFailureRecorder) protected abstract RawMessageGeneratorTransport.produceRawMessage(MessageInput input) -
Uses of MessageInput in org.graylog2.plugin.inputs.util
Constructors in org.graylog2.plugin.inputs.util with parameters of type MessageInput