@@ -13,17 +13,21 @@ Currently, a slightly tweaked template is expected, but we might relax this requ
1313
1414Example rsyslog configuration:
1515
16- $template Sane,"%pri% %timestamp:::date-rfc3339% %HOSTNAME% %app-name% %msg%\n"
17- * .* @@10 .0.0.1:6514;Sane
16+ ```
17+ $template Sane,"%pri% %timestamp:::date-rfc3339% %HOSTNAME% %app-name% %msg%\n"
18+ *.* @@10.0.0.1:6514;Sane
19+ ```
1820
1921The following can be specified the app's .config file:
2022
21- | Key| Description| Default| Example|
22- | -| -| -| -|
23- | ** SeqServer** | URI pointing to your Seq server. This can include a port if needed. | None | ` http://localhost:5341 ` |
24- | ** MessageTemplate** | Template for the logged message, in Serilog format.| None| ` {Hostname}:{ApplicationName} {Message} ` |
25- | ** ProxyPort** | The port on which the proxy should listen.| 6514| 6514|
26- | ** TcpConnectionTimeout** | How long, in seconds, before the proxy assumes a remote syslog connection has dissapeared.| 600| 600|
23+ Key | Description | Default | Example
24+ --- | ---- | ----- | ------
25+ |** SeqServer** |URI pointing to your Seq server. This can include a port if needed. | None | ` http://localhost:5341 `
26+ |** MessageTemplate** |Template for the logged message, in Serilog format.|None|` {Hostname}:{ApplicationName}{Message} `
27+ |** ProxyPort** |The port on which the proxy should listen.|6514|6514
28+ |** TcpConnectionTimeout** |How long, in seconds, before the proxy assumes a remote syslog connection has dissapeared.|600|600
29+
30+
2731
2832Installation
2933===
@@ -33,11 +37,11 @@ SyslogProxy will run standalone or as a windows service. To run standalone, simp
3337
3438To install as a service, run:
3539
36- syslogproxy.exe /i
40+ syslogproxy.exe /i
3741
3842To uninstall the service:
3943
40- syslogproxy.exe /u
44+ syslogproxy.exe /u
4145
4246License
4347===
0 commit comments