summaryrefslogtreecommitdiff
path: root/man/systemd-journal-gatewayd.service.xml
diff options
context:
space:
mode:
authorSamuel BF <36460-samuelbf@users.noreply.framagit.org>2021-04-29 21:45:53 +0200
committerLennart Poettering <lennart@poettering.net>2021-05-10 12:20:27 +0200
commitc362a432af57d7fc6b58938afa82fabcb41c9e6c (patch)
treebef91136018a86b039c4a947a524d66c45a4eacc /man/systemd-journal-gatewayd.service.xml
parent2c324dd161e4a996ff2341e47476788ebe21943a (diff)
downloadsystemd-c362a432af57d7fc6b58938afa82fabcb41c9e6c.tar.gz
Wider range of options for selecting entries for systemd-journal-gatewayd
Introducing --user, --system, --merge and --file flags, like for journalctl and systemd-journal-upload.
Diffstat (limited to 'man/systemd-journal-gatewayd.service.xml')
-rw-r--r--man/systemd-journal-gatewayd.service.xml37
1 files changed, 37 insertions, 0 deletions
diff --git a/man/systemd-journal-gatewayd.service.xml b/man/systemd-journal-gatewayd.service.xml
index 43ceb97032..5f4a0dbeff 100644
--- a/man/systemd-journal-gatewayd.service.xml
+++ b/man/systemd-journal-gatewayd.service.xml
@@ -80,6 +80,30 @@
</varlistentry>
<varlistentry>
+ <term><option>--system</option></term>
+ <term><option>--user</option></term>
+
+ <listitem><para>Limit served entries to entries from system
+ services and the kernel, or to entries from services of
+ current user. This has the same meaning as
+ <option>--system</option> and <option>--user</option> options
+ for
+ <citerefentry><refentrytitle>journalctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>. If
+ neither is specified, all accessible entries are served.
+ </para></listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><option>-m</option></term>
+ <term><option>--merge</option></term>
+
+ <listitem><para>Serve entries interleaved from all available
+ journals, including other machines. This has the same meaning
+ as <option>--merge</option> option for
+ <citerefentry><refentrytitle>journalctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>.</para></listitem>
+ </varlistentry>
+
+ <varlistentry>
<term><option>-D <replaceable>DIR</replaceable></option></term>
<term><option>--directory=<replaceable>DIR</replaceable></option></term>
@@ -89,6 +113,19 @@
the default runtime and system journal paths.</para></listitem>
</varlistentry>
+ <varlistentry>
+ <term><option>--file=<replaceable>GLOB</replaceable></option></term>
+
+ <listitem><para>Takes a file glob as an argument. Serve
+ entries from the specified journal files matching
+ <replaceable>GLOB</replaceable> instead of the default runtime
+ and system journal paths. May be specified multiple times, in
+ which case files will be suitably interleaved. This has the same meaning as
+ <option>--file=</option> option for
+ <citerefentry><refentrytitle>journalctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>.
+ </para></listitem>
+ </varlistentry>
+
<xi:include href="standard-options.xml" xpointer="help" />
<xi:include href="standard-options.xml" xpointer="version" />
</variablelist>