logstashCollector - Logstash Collector (logstashCollector)

Logstash collector gathers data from various sources and forwards the data to a logstash server using Lumberjack protocol.

NameTypeDefaultDescription
hostNamestringHost name of the logstash server.
portint
Min: 1

Max: 65535
Port number of the logstash server.
maxFieldLengthint
Min: -1
2048Specifies maximum number of characters for the message field associated with the events for various sources. If you specify a value of 0 or -1, the maximum number of characters is unlimited.
maxEventsint
Min: 0

Max: 2147483647
0Specifies the maximum number of events to be sent per second. If you specify a value greater than zero, then it will be used for throttling the events.
sslRefA reference to top level ssl element (string).Specifies an ID of the SSL repertoire that is used to connect to the logstash server.

source

Specifies a source to be used by the logstash collector.

tag

Specifies the tags that are associated with the events from various sources.