X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd-journal-remote.xml;h=410771441805c829650574843c63657d9c4418d3;hb=330427e271c37400f091bf4570b5d8fa96574d36;hp=40bef05a13747812157a605ad5f656288c0a6639;hpb=8a8d55f2c104cf99efe5f244fc4857a15e9f60de;p=elogind.git diff --git a/man/systemd-journal-remote.xml b/man/systemd-journal-remote.xml index 40bef05a1..410771441 100644 --- a/man/systemd-journal-remote.xml +++ b/man/systemd-journal-remote.xml @@ -44,14 +44,14 @@ along with systemd; If not, see . systemd-journal-remote - Stream journal messages over the network + Receive journal messages over the network systemd-journal-remote OPTIONS - -o/--output=DIR|FILE + -o/--output=DIR|FILE SOURCES @@ -79,14 +79,14 @@ along with systemd; If not, see . (systemd-journal-remote requests and pulls the data), or "passive" (systemd-journal-remote waits for a - connection and than receives events pushed by the other side). + connection and then receives events pushed by the other side). systemd-journal-remote can read more than one event stream at a time. They will be interleaved in the output file. In case of "active" connections, each "source" is one - stream, and in case of "passive" connections each connection can + stream, and in case of "passive" connections, each connection can result in a separate stream. Sockets can be configured in "accept" mode (i.e. only one connection), or "listen" mode (i.e. multiple connections, each resulting in a stream). @@ -131,7 +131,7 @@ along with systemd; If not, see . ADDRESS must be an - address suitable for (c.f. + address suitable for (cf. systemd.socket5). systemd-journal-remote will listen on this socket for connections. Each connection is expected to be a @@ -153,7 +153,7 @@ along with systemd; If not, see . $LISTEN_FDS/$LISTEN_PID. In the second case, an HTTP or HTTPS server will be spawned on this port, respectively for and - . Currenntly Only POST requests + . Currenntly, only POST requests to /upload with Content-Type: application/vnd.fdo.journal are supported. @@ -171,7 +171,7 @@ along with systemd; If not, see . or - above. In this later case, an HTTP or HTTPS server will be + above. In the latter case, an HTTP or HTTPS server will be spawned using this descriptor and connections must be made over the HTTP protocol. @@ -193,25 +193,25 @@ along with systemd; If not, see . Will write to this journal. The filename must end with .journal. The file will be - created if it does not exist. When necessary (journal file - full, or corrupted) the file will be renamed following normal - journald rules and a new journal file will be created in it's - stead. + created if it does not exist. If necessary (journal file + full, or corrupted), the file will be renamed following normal + journald rules and a new journal file will be created in its + stead. Will create journal files underneath directory - DIR. The directory must exist. When - necessary (journal files over size, or corrupted) journal + DIR. The directory must exist. If + necessary (journal files over size, or corrupted), journal files will be rotated following normal journald rules. Names of files underneath DIR will be generated using the rules described below. - If is not used, output directory + If is not used, the output directory /var/log/journal/machine-id/ will be used, where machine-id is the identifier of the current system (see @@ -223,7 +223,7 @@ along with systemd; If not, see . based on what passive and active sources are specified. It is recommended to give a full output filename. - In case of "active" sources, if the hostname is known it + In case of "active" sources, if the hostname is known, it will be used in the variable part. Otherwise, local address and port number will be used, or stdin for events passed over standard @@ -252,6 +252,20 @@ along with systemd; If not, see . string and exit. + + + + One of none or + host. 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. + + In case of "active" sources, the output file name must + always be given explicitly and only none + is allowed. + + @@ -272,7 +286,7 @@ along with systemd; If not, see . - Program to invoke to retrieve data. Journal + Program to invoke to retrieve data. The journal event stream must be generated on standard output. Examples: @@ -306,9 +320,10 @@ systemd-journal-remote --url http://some.host:19531/ See Also + systemd-journal-upload8, journalctl1, systemd-journald.service8, - systemd-journal-gatewayd.service8. + systemd-journal-gatewayd.service8