journal-remote.conf
systemd
journal-remote.conf
5
journal-remote.conf
journal-remote.conf.d
Configuration files for the service accepting remote journal uploads
/etc/systemd/journal-remote.conf
/run/systemd/journal-remote.conf
/usr/local/lib/systemd/journal-remote.conf
/usr/lib/systemd/journal-remote.conf
/etc/systemd/journal-remote.conf.d/*.conf
/run/systemd/journal-remote.conf.d/*.conf
/usr/local/lib/systemd/journal-remote.conf.d/*.conf
/usr/lib/systemd/journal-remote.conf.d/*.conf
Description
These files configure various parameters of
systemd-journal-remote.service8.
See
systemd.syntax7
for a general description of the syntax.
Options
All options are configured in the
[Remote] section:
Seal=
Periodically sign the data in the journal using Forward Secure Sealing.
SplitMode=
One of host or none.
ServerKeyFile=
SSL key in PEM format.
ServerCertificateFile=
SSL certificate in PEM format.
TrustedCertificateFile=
SSL CA certificate.
MaxUse=
KeepFree=
MaxFileSize=
MaxFiles=
These are analogous to SystemMaxUse=,
SystemKeepFree=, SystemMaxFileSize=
and SystemMaxFiles= in
journald.conf5.
MaxUse= controls how much disk space
the systemd-journal-remote may use up at most.
KeepFree= controls how much disk
space systemd-journal-remote shall leave free for other uses.
systemd-journal-remote will respect both limits
and use the smaller of the two values.
MaxFiles= controls how many
individual journal files to keep at most. Note that only
archived files are deleted to reduce the number of files until
this limit is reached; active files will stay around. This
means that, in effect, there might still be more journal files
around in total than this limit after a vacuuming operation is
complete.
See Also
journald.conf5
systemd1
systemd-journal-remote.service8
systemd-journald.service8