| Modifier and Type | Interface and Description |
|---|---|
static interface |
Beats2Input.Factory |
static interface |
BeatsInput.Factory |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
CEFAmqpInput.Factory |
static interface |
CEFKafkaInput.Factory |
static interface |
CEFTCPInput.Factory |
static interface |
CEFUDPInput.Factory |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
NetFlowUdpInput.Factory |
| Constructor and Description |
|---|
InputFacade(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) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
GELFAMQPInput.Factory |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
GELFHttpInput.Factory |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
GELFKafkaInput.Factory |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
GELFTCPInput.Factory |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
GELFUDPInput.Factory |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
JsonPathInput.Factory |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
FakeHttpMessageInput.Factory |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RawAMQPInput.Factory |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RawKafkaInput.Factory |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RawTCPInput.Factory |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RawUDPInput.Factory |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SyslogAMQPInput.Factory |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SyslogKafkaInput.Factory |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SyslogTCPInput.Factory |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SyslogUDPInput.Factory |
| Modifier and Type | Method and Description |
|---|---|
protected <T extends MessageInput> |
PluginModule.addMessageInput(Class<T> messageInputClass,
Class<? extends MessageInput.Factory<T>> factoryClass) |
| Modifier and Type | Method and Description |
|---|---|
protected com.google.inject.multibindings.MapBinder<String,MessageInput.Factory<? extends MessageInput>> |
Graylog2Module.inputsMapBinder() |
| Modifier and Type | Method and Description |
|---|---|
protected <T extends MessageInput> |
Graylog2Module.installInput(com.google.inject.multibindings.MapBinder<String,MessageInput.Factory<? extends MessageInput>> inputMapBinder,
Class<T> target) |
protected <T extends MessageInput> |
Graylog2Module.installInput(com.google.inject.multibindings.MapBinder<String,MessageInput.Factory<? extends MessageInput>> inputMapBinder,
Class<T> target,
Class<? extends MessageInput.Factory<T>> targetFactory) |
protected <T extends MessageInput> |
Graylog2Module.installInput(com.google.inject.multibindings.MapBinder<String,MessageInput.Factory<? extends MessageInput>> inputMapBinder,
Class<T> target,
Class<? extends MessageInput.Factory<T>> targetFactory) |
| Constructor and Description |
|---|
MessageInputFactory(Map<String,MessageInput.Factory<? extends MessageInput>> inputFactories) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.