Skip to content
This repository has been archived by the owner on May 25, 2022. It is now read-only.

[journald_input] Write journald fields as attributes instead of body. #353

Closed

Commits on Jan 21, 2022

  1. [journald_input] Write journald fields as attributes instead of body.

    The list of journald fields is defined here:
      https://www.freedesktop.org/software/systemd/man/systemd.journal-fields.html
    
    The following field mappings are applied:
    MESSAGE              => body
    __REALTIME_TIMESTAMP => timestamp
    PRIORITY             => severity, severity_text
    
    All other fields are stored as attributes.
    gregoryfranklin committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    91ba7da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    129282b View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. Configuration menu
    Copy the full SHA
    87ae947 View commit details
    Browse the repository at this point in the history