Structured logging
- Description
-
A consistent, predetermined format for telemetry data that facilitates searching and analysis. Some standard log formats include JSON, CSV, XML, and KVP.
Most logs already contain structured or at least semi-structured data. For unstructured or semi-structured data that contains known fields, it is more efficient to parse the records sooner rather than later. NXLog Agent contains data parsing and formatting capabilities that simplify this process at the log collection stage.
- Also known as
-
log structure, structured data, log data structure
- See also
-
NXLog Agent log records and fields
Using structured logging for effective log management