Skip to main content
Version: 5.2.0.1

Logstash Writer

Logstash Writer Configuration​

ParameterDescription
ActivatedDetermines whether the Logstash writer should process records.
Config.backup.pathBase path of the directory containing the Logstash files.
Config.buffer.sizeMaximum size of events buffered in case of queue congestion.
Config.%.logstash.passwordPassword used for Logstash login (replace % with the signal name).
Config.%.logstash.urlURL of the Logstash server that receives the signal data as a JSON message (replace %).
Config.%.logstash.usernameUsername used for Logstash login (replace %).
Config.%.nameName of the signal used for monitoring purposes (replace %).
Config.%.namespaceNamespace of the signal used for monitoring purposes (replace %).
Config.threadsNumber of threads utilized for parallel sending.
Default.passwordStandard password for Logstash login, used when no signal-specific password is configured.
Default.urlDefault URL of the Logstash server that receives signal data, used when no signal-specific URL is configured.
Default.userStandard username for Logstash login, used when no signal-specific username is configured.
Error.delayWait timeout between retries of an erroneous call.
RetrycountMaximum number of retries allowed in case of an error.
Tcp.connect.timeoutTimeout (in seconds) for establishing a TCP connection.
Tcp.read.timeoutTimeout (in seconds) for TCP communication.