Skip to content

Commit

Permalink
[4.8.1] Adds the MSGFORMAT macro
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Fekete authored and Robert Fekete committed Nov 19, 2024
1 parent a7362e3 commit 8a18afc
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,17 @@ The `${MSG}` macro is an alias of the `${MESSAGE}` macro, using `${MSG}` in {{%

{{% include-headless "chunk/macro-msghdr.md" %}}

## MSGFORMAT {#macro-msgformat}

Available in {{% param "product.abbrev" %}} version 4.8.1 and later.

*Description:* Stores the original format of the incoming message. Possible values:

- `linux:devkmsg`: Linux kernel message.
- `linux:pacct`: [Linux process accounting log]({{< relref "/chapter-sources/source-pacct/_index.md" >}}) format.
- `raw`: {{% param "product.abbrev" %}} didn't parse the message, for example, because the `no-parse` flag was set.
- `syslog:rfc3164`: Syslog message formatted as RFC3164.
- `syslog:rfc5424`: Syslog message formatted as RFC5424.

## MSGID {#macro-msgid}

Expand Down

0 comments on commit 8a18afc

Please sign in to comment.