Skip to content

Commit 26f1935

Browse files
committed
Edited rfc instances.
Signed-off-by: Zsolt Gyulai (zgyulai) <zsolt.gyulai@quest.com>
1 parent 9518108 commit 26f1935

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

doc/_admin-guide/110_Template_and_rewrite/000_Customize_message_format/004_Macros_of_syslog-ng.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -435,21 +435,22 @@ An alias of the ${TZOFFSET} macro.
435435
This macro is available in syslog-ng OSE 4.5 and later versions. The syslog-ng OSE application automatically populates this name-value pair with the transport-mechanism used to retrieve the message. The value depends on the source driver that received the message. The implemented values are the following:
436436

437437
* BSD syslog drivers `tcp()`, `udp()` & `network()`
438-
* RFC-3164 + tls
439-
* RFC-3164 + tcp
440-
* RFC-3164 + udp
441-
* RFC-3164 + proxied-tls
442-
* RFC-3164 + \<custom logproto like altp\>
438+
* rfc3164+tls
439+
* rfc3164+tcp
440+
* rfc3164+udp
441+
* rfc3164+proxied-tls
442+
* rfc3164+ \<custom logproto like altp\>
443443

444444
* UNIX domain drivers `unix-dgram()`, `unix-stream()`
445445
* `unix-stream`
446446
* `unix-dgram`
447447

448-
* RFC-5424 style syslog `syslog()`:
449-
* RFC-5426: syslog over udp
450-
* RFC-5425: syslog over tls
451-
* RFC-6587: syslog over tcp
452-
* RFC-5424 + \<custom logproto like altp\>: syslog over a logproto plugin
448+
* rfc5424 style syslog `syslog()`:
449+
* rfc5426+udp
450+
* rfc5425+tls
451+
* rfc6587+tcp
452+
* rfc5424+\<custom logproto like altp\>: syslog over a logproto plugin
453+
* rfc5424+proxied-tls-passthrough
453454

454455
* Other drivers:
455456
* otlp: `otel()` driver

0 commit comments

Comments
 (0)