Logstash Collector (logstashCollector)
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. |
|
maxEvents |
int |
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. |
maxFieldLength |
int |
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. |
port |
int |
Port number of the logstash server. |
|
source |
string |
message |
Specifies a source to be used by the logstash collector. |
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. |
|
tag |
string |
Specifies the tags that are associated with the events from various sources. |