| Activated | Determines whether the Logstash writer should process records. |
| Config.backup.path | Base path of the directory containing the Logstash files. |
| Config.buffer.size | Maximum size of events buffered in case of queue congestion. |
| Config.%.logstash.password | Password used for Logstash login (replace % with the signal name). |
| Config.%.logstash.url | URL of the Logstash server that receives the signal data as a JSON message (replace %). |
| Config.%.logstash.username | Username used for Logstash login (replace %). |
| Config.%.name | Name of the signal used for monitoring purposes (replace %). |
| Config.%.namespace | Namespace of the signal used for monitoring purposes (replace %). |
| Config.threads | Number of threads utilized for parallel sending. |
| Default.password | Standard password for Logstash login, used when no signal-specific password is configured. |
| Default.url | Default URL of the Logstash server that receives signal data, used when no signal-specific URL is configured. |
| Default.user | Standard username for Logstash login, used when no signal-specific username is configured. |
| Error.delay | Wait timeout between retries of an erroneous call. |
| Retrycount | Maximum number of retries allowed in case of an error. |
| Tcp.connect.timeout | Timeout (in seconds) for establishing a TCP connection. |
| Tcp.read.timeout | Timeout (in seconds) for TCP communication. |