X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd-journal-gatewayd.service.xml;h=7420b59c955e4630a13fd5c10eb1a33f42b6e893;hp=37b39c2d3ef0341362b221a7aa4feccf5671f174;hb=85a8eeee36b57c1ab382b0225fa9a87525bbeee9;hpb=c3a7cfb7dee251cab01e98a399e7d2a0f787b6b9 diff --git a/man/systemd-journal-gatewayd.service.xml b/man/systemd-journal-gatewayd.service.xml index 37b39c2d3..7420b59c9 100644 --- a/man/systemd-journal-gatewayd.service.xml +++ b/man/systemd-journal-gatewayd.service.xml @@ -1,4 +1,4 @@ - + @@ -21,7 +21,8 @@ You should have received a copy of the GNU Lesser General Public License along with systemd; If not, see . --> - + systemd-journal-gatewayd.service @@ -81,21 +82,6 @@ along with systemd; If not, see . The following options are understood: - - - - - Prints a short help - text and exits. - - - - - - Prints a short version - string and exits. - - @@ -114,6 +100,8 @@ along with systemd; If not, see . with . + + @@ -124,13 +112,13 @@ along with systemd; If not, see . - + /browse Interactive browsing. - + /entries[?option1&option2=value...] Retrieval of events in various formats. @@ -149,25 +137,23 @@ along with systemd; If not, see . - + /machine Return a JSON structure describing the machine. Example: - -{ "machine_id" : "8cf7ed9d451ea194b77a9f118f3dc446", + { "machine_id" : "8cf7ed9d451ea194b77a9f118f3dc446", "boot_id" : "3d3c9efaf556496a9b04259ee35df7f7", "hostname" : "fedora", "os_pretty_name" : "Fedora 19 (Rawhide)", "virtualization" : "kvm", - ...} - + ...} - FIELD_NAME + /fields/FIELD_NAME Return a list of values of this field present in the logs. @@ -179,14 +165,14 @@ along with systemd; If not, see . Accept header - format + Recognized formats: - + text/plain The default. Plaintext syslog-like output, one line per journal entry @@ -195,7 +181,7 @@ along with systemd; If not, see . - + application/json Entries are formatted as JSON data structures, one per line @@ -207,7 +193,7 @@ along with systemd; If not, see . - + application/event-stream Entries are formatted as JSON data structures, wrapped in a format suitable for . - + application/vnd.fdo.journal Entries are serialized into a binary (but mostly text-based) stream suitable for backups and network @@ -237,7 +223,7 @@ along with systemd; If not, see . Range header - + where @@ -256,7 +242,7 @@ along with systemd; If not, see . - + follow wait for new events (like journalctl --follow, except that @@ -265,7 +251,7 @@ along with systemd; If not, see . - + discrete Test that the specified cursor refers to an entry in the journal. Returns just this entry. @@ -273,14 +259,14 @@ along with systemd; If not, see . - + boot Limit events to the current boot of the system (like journalctl --this--boot). - + KEY=match Match journal fields. See systemd.journal-fields7. @@ -295,16 +281,12 @@ along with systemd; If not, see . in Journal Export Format: - -curl --silent -H'Accept: application/vnd.fdo.journal' \ - 'http://localhost:19531/entries?boot' - + curl --silent -H'Accept: application/vnd.fdo.journal' \ + 'http://localhost:19531/entries?boot' Listen for core dumps: - -curl 'http://localhost:19531/entries?follow&MESSAGE_ID=fc2e22bc6ee647b6b90729ab34a250b1' - + curl 'http://localhost:19531/entries?follow&MESSAGE_ID=fc2e22bc6ee647b6b90729ab34a250b1'