Logstash collector gathers data from various sources and forwards the data to a logstash server using Lumberjack protocol.
Name | Type | Default | Description |
---|---|---|---|
hostName | string | Host name of the logstash server. | |
port | int Min: 1 Max: 65535 | Port number of the logstash server. | |
maxFieldLength | int Min: -1 | 2048 | Specifies 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. |
maxEvents | int Min: 0 Max: 2147483647 | 0 | Specifies 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. |
sslRef | A reference to top level ssl element (string). | Specifies an ID of the SSL repertoire that is used to connect to the logstash server. |
Specifies a source to be used by the logstash collector.
Specifies the tags that are associated with the events from various sources.