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=0b6fd706a68de693caf4614a2037dfb33a6f38ac;hp=37b39c2d3ef0341362b221a7aa4feccf5671f174;hb=6b4991cfde6c0a0b62e836ca75ae362779c474d4;hpb=c3a7cfb7dee251cab01e98a399e7d2a0f787b6b9;ds=sidebyside diff --git a/man/systemd-journal-gatewayd.service.xml b/man/systemd-journal-gatewayd.service.xml index 37b39c2d3..0b6fd706a 100644 --- a/man/systemd-journal-gatewayd.service.xml +++ b/man/systemd-journal-gatewayd.service.xml @@ -21,7 +21,7 @@ You should have received a copy of the GNU Lesser General Public License along with systemd; If not, see . --> - + systemd-journal-gatewayd.service @@ -124,13 +124,13 @@ along with systemd; If not, see . - + /browse Interactive browsing. - + /entries[?option1&option2=value...] Retrieval of events in various formats. @@ -149,7 +149,7 @@ along with systemd; If not, see . - + /machine Return a JSON structure describing the machine. @@ -167,7 +167,7 @@ along with systemd; If not, see . - FIELD_NAME + /fields/FIELD_NAME Return a list of values of this field present in the logs. @@ -179,14 +179,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 +195,7 @@ along with systemd; If not, see . - + application/json Entries are formatted as JSON data structures, one per line @@ -207,7 +207,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 +237,7 @@ along with systemd; If not, see . Range header - + where @@ -256,7 +256,7 @@ along with systemd; If not, see . - + follow wait for new events (like journalctl --follow, except that @@ -265,7 +265,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 +273,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.