summaryrefslogtreecommitdiff
path: root/Software/systemd/json.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'Software/systemd/json.mdwn')
-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).