Module codecs::gelf::gelf_fields

source ·
Expand description

GELF Message fields. Definitions from https://docs.graylog.org/docs/gelf.

Constants§

  • (optional) (deprecated) Send as additional field instead.
  • (optional) (deprecated) The file (with path if you want) that caused the error. Send as additional field instead.
  • (optional) A long message that can i.e. contain a backtrace
  • (not a field) The latest version of the GELF specification.
  • (required) The name of the host, source or application that sent this message.
  • (optional) The level equal to the standard syslog levels. default is 1 (ALERT).
  • (optional) (deprecated) The line in a file that caused the error (decimal). Send as additional field instead.
  • (required) A short descriptive message.
  • (optional) Seconds since UNIX epoch with optional decimal places for milliseconds. SHOULD be set by client library. Will be set to the current timestamp (now) by the server if absent.
  • (required) GELF spec version