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 set during compilation, so configuration
25 is only needed when it is necessary to deviate from those defaults.
26 Initially, the main configuration file in /etc/systemd/ contains
27 commented out entries showing the defaults as a guide to the
28 administrator. Local overrides can be created by editing this file or
29 by creating drop-ins, as described below. Using drop-ins for local
30 configuration is recommended over modifications to the main
31 configuration file.
32
33 In addition to the "main" configuration file, drop-in configuration
34 snippets are read from /usr/lib/systemd/*.conf.d/,
35 /usr/local/lib/systemd/*.conf.d/, and /etc/systemd/*.conf.d/. Those
36 drop-ins have higher precedence and override the main configuration
37 file. Files in the *.conf.d/ configuration subdirectories are sorted by
38 their filename in lexicographic order, regardless of in which of the
39 subdirectories they reside. When multiple files specify the same
40 option, for options which accept just a single value, the entry in the
41 file sorted last takes precedence, and for options which accept a list
42 of values, entries are collected as they occur in the sorted files.
43
44 When packages need to customize the configuration, they can install
45 drop-ins under /usr/. Files in /etc/ are reserved for the local
46 administrator, who may use this logic to override the configuration
47 files installed by vendor packages. Drop-ins have to be used to
48 override package drop-ins, since the main configuration file has lower
49 precedence. It is recommended to prefix all filenames in those
50 subdirectories with a two-digit number and a dash, to simplify the
51 ordering of the files.
52
53 To disable a configuration file supplied by the vendor, the recommended
54 way is to place a symlink to /dev/null in the configuration directory
55 in /etc/, with the same filename as the vendor configuration file.
56
58 All options are configured in the [Upload] section:
59
60 URL=
61 The URL to upload the journal entries to. See the description of
62 --url= option in systemd-journal-upload(8) for the description of
63 possible values. There is no default value, so either this option
64 or the command-line option must be always present to make an
65 upload.
66
67 ServerKeyFile=
68 SSL key in PEM format.
69
70 ServerCertificateFile=
71 SSL CA certificate in PEM format.
72
73 TrustedCertificateFile=
74 SSL CA certificate.
75
77 systemd-journal-upload.service(8), systemd(1), systemd-
78 journald.service(8)
79
80
81
82systemd 248 JOURNAL-UPLOAD.CONF(5)