GELF (Graylog Extended Log Format)
- Description
-
A JSON-based, structured log format popularized by Graylog. It consists of a set of predefined event fields, including the event timestamp, hostname, severity, and long and short messages, and supports additional custom fields for application-specific information.
GELF is one of the many data formats NXLog Agent supports. NXLog Agent can parse and generate GELF logs with the GELF extension.
- Also known as
-
Graylog log format, Graylog format
- See also