diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-06-22 13:36:31 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-07-15 22:31:41 -0400 |
commit | 8201af08fa09c2bd0f005fbe262f27e2c5bd2d86 (patch) | |
tree | 548dba06347317740d4c236467615fa2ee4be450 /man/systemd-journal-remote.xml | |
parent | 24739b7b757d22a4b629d410a768e4e85fb02282 (diff) |
journal-remote: allow splitting incoming logs by source host
Previously existing scheme where the file name would be based on
the source was just too ugly and unpredicatable. Now there are
only two options:
1. just one file (until rotation),
2. one file per source host, using the hostname as filename part.
For the cases where the source is specified by the user, only
option one is allowed, and the full of the file must be specified.
Diffstat (limited to 'man/systemd-journal-remote.xml')
-rw-r--r-- | man/systemd-journal-remote.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/man/systemd-journal-remote.xml b/man/systemd-journal-remote.xml index 972c3227e4..a6e67e5841 100644 --- a/man/systemd-journal-remote.xml +++ b/man/systemd-journal-remote.xml @@ -253,6 +253,20 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. </varlistentry> <varlistentry> + <term><option>--split-mode</option></term> + + <listitem><para>One of <constant>none</constant> or + <constant>host</constant>. For the first, only one output + journal file is used. For the latter, a separate output file + is used, based on the hostname of the other endpoint of a + connection.</para> + + <para>In case of "active" sources, the output file name must + always be given explicitly and only <constant>none</constant> + is allowed.</para></listitem> + </varlistentry> + + <varlistentry> <term><option>--compress</option></term> <term><option>--no-compress</option></term> |