syslog-ng Open Source Edition 3.16 - Release Notes

Parsing enterprise-wide message model (EWMM) messages

The ewmm-parser() can be used to parse messages sent by another syslog-ng host using the enterprise-wide message model (EWMM) format. Available in version 3.16 and later. Note that usually you do not have to use this parser directly, because the default-network-drivers() source automatically parses such messages.

Declaration:
parser parser_name {
    ewmm-parser();
};

Was this topic helpful?

[Select Rating]



Related Documents