-
Couldn't load subscription status.
- Fork 12
TRANSPORT Macro #83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TRANSPORT Macro #83
Changes from 1 commit
3740b07
23888ef
9518108
26f1935
014aa95
272b882
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -430,6 +430,43 @@ database column. | |||||
|
|
||||||
| An alias of the ${TZOFFSET} macro. | ||||||
|
|
||||||
| ## ${TRANSPORT} | ||||||
|
|
||||||
| 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: | ||||||
|
|
||||||
| * BSD syslog drivers `tcp()`, `udp()` & `network()` | ||||||
zsoltgyulai94 marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
| * `rfc3164+tls` | ||||||
| * `rfc3164+tcp` | ||||||
| * `rfc3164+udp` | ||||||
| * `rfc3164+proxied-tls` | ||||||
| * `rfc3164+<custom logproto like altp>` | ||||||
|
||||||
| * `rfc3164+<custom logproto like altp>` | |
| * `rfc3164+\<custom logproto like altp\>` |
HofiOne marked this conversation as resolved.
Show resolved
Hide resolved
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| * `rfc5426`: syslog over udp | |
| * RFC-5426: syslog over udp |
this will autolink to the RFC
Uh oh!
There was an error while loading. Please reload this page.