1JOURNAL-UPLOAD.CONF(5) journal-upload.conf JOURNAL-UPLOAD.CONF(5)
2
3
4
6 journal-upload.conf, journal-upload.conf.d - Configuration files for
7 the journal upload service
8
10 /etc/systemd/journal-upload.conf
11
12 /etc/systemd/journal-upload.conf.d/*.conf
13
14 /run/systemd/journal-upload.conf.d/*.conf
15
16 /usr/lib/systemd/journal-upload.conf.d/*.conf
17
19 These files configure various parameters of systemd-journal-
20 upload.service(8). See systemd.syntax(7) for a general description of
21 the syntax.
22
24 The default configuration is defined during compilation, so a
25 configuration file is only needed when it is necessary to deviate from
26 those defaults. By default, the configuration file in /etc/systemd/
27 contains commented out entries showing the defaults as a guide to the
28 administrator. This file can be edited to create local overrides.
29
30 When packages need to customize the configuration, they can install
31 configuration snippets in /usr/lib/systemd/*.conf.d/ or
32 /usr/local/lib/systemd/*.conf.d/. The main configuration file is read
33 before any of the configuration directories, and has the lowest
34 precedence; entries in a file in any configuration directory override
35 entries in the single configuration file. Files in the *.conf.d/
36 configuration subdirectories are sorted by their filename in
37 lexicographic order, regardless of in which of the subdirectories they
38 reside. When multiple files specify the same option, for options which
39 accept just a single value, the entry in the file with the
40 lexicographically latest name takes precedence. For options which
41 accept a list of values, entries are collected as they occur in files
42 sorted lexicographically.
43
44 Files in /etc/ are reserved for the local administrator, who may use
45 this logic to override the configuration files installed by vendor
46 packages. It is recommended to prefix all filenames in those
47 subdirectories with a two-digit number and a dash, to simplify the
48 ordering of the files.
49
50 To disable a configuration file supplied by the vendor, the recommended
51 way is to place a symlink to /dev/null in the configuration directory
52 in /etc/, with the same filename as the vendor configuration file.
53
55 All options are configured in the [Upload] section:
56
57 URL=
58 The URL to upload the journal entries to. See the description of
59 --url= option in systemd-journal-upload(8) for the description of
60 possible values. There is no default value, so either this option
61 or the command-line option must be always present to make an
62 upload.
63
64 ServerKeyFile=
65 SSL key in PEM format.
66
67 ServerCertificateFile=
68 SSL CA certificate in PEM format.
69
70 TrustedCertificateFile=
71 SSL CA certificate.
72
74 systemd-journal-upload.service(8), systemd(1), systemd-
75 journald.service(8)
76
77
78
79systemd 246 JOURNAL-UPLOAD.CONF(5)