Multiline logs
- Description
-
Logs containing event records spanning multiple lines. An example of multiline logs is application debug logs that contain stack traces. Such event records start with a timestamp, followed by an error message and the stack trace. multiline logs require special treatment because the log collector must be aware of the components that comprise a single event record.
NXLog Agent supports multiline logs via the dedicated Multiline Parser extension. This module allows you to define how to parse log records, including specifying header and footer lines, or setting a fixed line count.
- Also known as
-
multi-line logs, multi line logs, multiple line logs