X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd.journal-fields.xml;h=beb2fd658438920230ea1d8067ee61779ecb1481;hb=3ae83f9896bff49679c8a60e6ff9520557df8b16;hp=76a436d650e65668da3da6439716547d2ab54b8a;hpb=df688b23daff9382b8fa2609cfcf73315a3b896e;p=elogind.git diff --git a/man/systemd.journal-fields.xml b/man/systemd.journal-fields.xml index 76a436d65..beb2fd658 100644 --- a/man/systemd.journal-fields.xml +++ b/man/systemd.journal-fields.xml @@ -212,13 +212,15 @@ _SYSTEMD_CGROUP= _SYSTEMD_SESSION= _SYSTEMD_UNIT= + _SYSTEMD_USER_UNIT= _SYSTEMD_OWNER_UID= The control group path in the systemd hierarchy, the systemd session ID (if any), - the systemd unit name (if any) + the systemd unit name (if any), + the systemd user session unit name (if any) and the owner UID of the systemd session (if any) of the process the journal entry @@ -284,23 +286,75 @@ How the entry was received by the journal - service. One of - driver, - syslog, - journal, - stdout, - kernel for - internally generated messages, - for those received via the - local syslog socket with the - syslog protocol, for those - received via the native - journal protocol, for the - those read from a services' - standard output or error - output, or for those read - from the kernel, respectively. + service. Valid transports are: + + + + + + + for + internally + generated + messages + + + + + + + + + + for those + received via the + local syslog + socket with the + syslog protocol + + + + + + + + + + for those + received via the + native journal + protocol + + + + + + + + + + for those + read from a + service's + standard output + or error output + + + + + + + + + + for those + read from the + kernel + + + + @@ -313,9 +367,9 @@ messages originating in the kernel and stored in the journal. - + - _KERNEL_DEVICE= + _KERNEL_DEVICE= The kernel device name. If the entry is @@ -334,13 +388,13 @@ - _KERNEL_SUBSYSTEM= + _KERNEL_SUBSYSTEM= The kernel subsystem name. - _UDEV_SYSNAME= + _UDEV_SYSNAME= The kernel device name as it shows up in the device @@ -349,7 +403,7 @@ - _UDEV_DEVNODE= + _UDEV_DEVNODE= The device node path of this device in @@ -357,7 +411,7 @@ - _UDEV_DEVLINK= + _UDEV_DEVLINK= Additional symlink names pointing to the device node in @@ -369,6 +423,29 @@ + + Special Journal Fields + + Fields used by the systemd-coredump + coredump kernel helper. + + + + + COREDUMP_UNIT= + COREDUMP_USER_UNIT= + + Used to annotate + messages containing coredumps from + system and session units. + See + systemd-coredumpctl1. + + + + + + Address Fields @@ -443,7 +520,9 @@ systemd1, journalctl1, journald.conf5, - sd-journal3 + sd-journal3, + systemd-coredumpctl1, + systemd.directives7