-
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
Merged
zsoltgyulai94
merged 6 commits into
syslog-ng:master
from
zsoltgyulai94:doc-transport-macro
Sep 18, 2024
Merged
TRANSPORT Macro #83
Changes from 2 commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
3740b07
Added TRANSPORT macro to the list of available macros.
zsoltgyulai94 23888ef
Adjusted RFC instances to produce links.
zsoltgyulai94 9518108
Fixed hyper-audit-trail() instance.
zsoltgyulai94 26f1935
Edited rfc instances.
zsoltgyulai94 014aa95
Added missing standard labels.
zsoltgyulai94 272b882
Updated the order of rfc5424 options.
zsoltgyulai94 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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
|
||
| * RFC-3164 + tls | ||
|
||
| * RFC-3164 + tcp | ||
HofiOne marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| * RFC-3164 + udp | ||
HofiOne marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| * RFC-3164 + proxied-tls | ||
HofiOne marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| * RFC-3164 + \<custom logproto like altp\> | ||
HofiOne marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
HofiOne marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| * UNIX domain drivers `unix-dgram()`, `unix-stream()` | ||
| * `unix-stream` | ||
| * `unix-dgram` | ||
|
|
||
| * RFC-5424 style syslog `syslog()`: | ||
zsoltgyulai94 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| * RFC-5426: syslog over udp | ||
HofiOne marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| * RFC-5425: syslog over tls | ||
HofiOne marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| * RFC-6587: syslog over tcp | ||
HofiOne marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| * RFC-5424 + \<custom logproto like altp\>: syslog over a logproto plugin | ||
HofiOne marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
HofiOne marked this conversation as resolved.
Show resolved
Hide resolved
HofiOne marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| * Other drivers: | ||
| * otlp: `otel()` driver | ||
zsoltgyulai94 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| * mqtt: `mqtt()` driver | ||
zsoltgyulai94 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| * hypr-api: `hypr-audit-source()` driver | ||
HofiOne marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| * Locally created logs (available in 4.7 and later versions): | ||
| * `local+unix-stream` | ||
| * `local+unix-dgram` | ||
| * `local+file` | ||
| * `local+pipe` | ||
| * `local+program` | ||
| * `local+devkmsg` | ||
| * `local+journal` | ||
| * `local+afstreams` | ||
| * `local+openbsd` | ||
|
|
||
| ## ${TZOFFSET}, ${C_TZOFFSET}, ${R_TZOFFSET}, ${S_TZOFFSET} | ||
|
|
||
| The time-zone as hour offset from GMT, for example: | ||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.