Skip to content

Commit 59c9c41

Browse files
Update SIEM-integration.md
1 parent 7393561 commit 59c9c41

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

wiki/SIEM-integration.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ syslog logger possible fields and values:
2828

2929
|Option|Description|
3030
|-------|-------|
31-
|Name (string)| Name that identifies the logger: syslog, remote or remote_syslog|
32-
|Server (string)| Server address. Leave it empty to log events to the local daemon|
33-
|Protocol (string)| "tcp" or "udp". Only applicable if Server is not empty|
34-
|MaxConnectAttempts (integer, >= v1.7.1)|integer. Maximum attempts to connect to the server. 0 will try to reconnect indefinitely. |
31+
|Name (string) | Name that identifies the logger: syslog, remote or remote_syslog|
32+
|Server (string) | Server address. Leave it empty to log events to the local daemon|
33+
|Protocol (string) | "tcp" or "udp". Only applicable if Server is not empty|
34+
|MaxConnectAttempts (integer, >= v1.7.1) | Default 0 (indefinitely). Maximum attempts to connect to the server.|
3535
|ConnectTimeout (string)|Default "5s". In Golang's Duration format https://pkg.go.dev/time#ParseDuration |
3636
|WriteTimeout (string)|Default "1s". If we fail sending the event to the server, after 10 failures we'll reopen the connection with the server.|
3737
|Workers (integer) | Default 1. Number of workers to handle events |

0 commit comments

Comments
 (0)