Package org.graylog2.inputs.beats.kafka
Class BeatsKafkaInput
java.lang.Object
org.graylog2.plugin.inputs.MessageInput
org.graylog2.inputs.beats.kafka.BeatsKafkaInput
- All Implemented Interfaces:
Stoppable
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic interface -
Field Summary
Fields inherited from class org.graylog2.plugin.inputs.MessageInput
configuration, contentPack, createdAt, creatorUserId, desiredState, FIELD_ATTRIBUTES, FIELD_CONFIGURATION, FIELD_CONTENT_PACK, FIELD_CREATED_AT, FIELD_CREATOR_USER_ID, FIELD_DESIRED_STATE, FIELD_GLOBAL, FIELD_ID, FIELD_NAME, FIELD_NODE_ID, FIELD_STATIC_FIELDS, FIELD_TITLE, FIELD_TYPE, global, inputBuffer, persistId, title -
Constructor Summary
ConstructorsConstructorDescriptionBeatsKafkaInput(Configuration configuration, com.codahale.metrics.MetricRegistry metricRegistry, KafkaTransport.Factory transport, Beats2Codec.Factory codec, LocalMetricRegistry localRegistry, BeatsKafkaInput.Config config, BeatsKafkaInput.Descriptor descriptor, ServerStatus serverStatus) -
Method Summary
Methods inherited from class org.graylog2.plugin.inputs.MessageInput
addStaticField, addStaticFields, asMap, asMapMasked, checkConfiguration, equals, getAttributesWithMaskedPasswords, getCodec, getConfiguration, getContentPack, getCreatedAt, getCreatorUserId, getDefaultRecvBufferSize, getDescriptor, getDesiredState, getId, getName, getNodeId, getPersistId, getRequestedConfiguration, getStaticFields, getTitle, getType, getUniqueReadableId, hashCode, initialize, isCloudCompatible, isExclusive, isForwarderCompatible, isGlobal, launch, launch, onlyOnePerCluster, processRawMessage, setContentPack, setCreatedAt, setCreatorUserId, setDefaultRecvBufferSize, setDesiredState, setGlobal, setNodeId, setPersistId, setTitle, stop, terminate, toIdentifier, toString
-
Constructor Details
-
BeatsKafkaInput
public BeatsKafkaInput(Configuration configuration, com.codahale.metrics.MetricRegistry metricRegistry, KafkaTransport.Factory transport, Beats2Codec.Factory codec, LocalMetricRegistry localRegistry, BeatsKafkaInput.Config config, BeatsKafkaInput.Descriptor descriptor, ServerStatus serverStatus)
-