summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzbyszek <zbyszek@web>2022-01-12 10:51:38 +0000
committerIkiWiki <ikiwiki.info>2022-01-12 10:51:38 +0000
commit9867dcf3dadf286f1ef6e50ed52c85d2f1d114f7 (patch)
treee18da95b3d9b7c8106e5192d63bec0f1e6dd4ef5
parenta395e948970793f917431ca014cab291f2896c38 (diff)
obsolete page
-rw-r--r--Software/systemd/json.mdwn6
1 files changed, 6 insertions, 0 deletions
diff --git a/Software/systemd/json.mdwn b/Software/systemd/json.mdwn
index f6536940..1fee80a2 100644
--- a/Software/systemd/json.mdwn
+++ b/Software/systemd/json.mdwn
@@ -3,6 +3,12 @@
# Journal JSON Format
+---
+
+**This page moved to [[https://systemd.io/JOURNAL_EXPORT_FORMATS|https://systemd.io/JOURNAL_EXPORT_FORMATS]]**
+
+---
+
_Note that this document describes the JSON serialization format of the journal only, as used for interfacing with web technologies. For binary transfer of journal data across the network there's the [[Journal Export Format|http://www.freedesktop.org/wiki/Software/systemd/export]] instead. The binary format on disk is documented as [[Journal File Format|http://www.freedesktop.org/wiki/Software/systemd/journal-files]]._
Before reading on, please make sure you are aware of the [[basic properties of journal entries|http://www.freedesktop.org/software/systemd/man/systemd.journal-fields.html]], in particular realize that they may include binary non-text data (though usually don't), and the same field might have multiple values assigned within the same entry (though usually hasn't).