active_journal_centralization_guide_no_encryption.md (#21221)
Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
Kanela committed
Oct 28, 2025 at 12:50 UTC
06e6a232c18ab7941a25cfd2968cbde12c241670
1 file changed
+7
-3
src/collectors/systemd-journal.plugin/active_journal_centralization_guide_no_encryption.md
+7
-3
@@ -4,9 +4,13 @@ This page will guide you through creating an active journal source without the u
4
5
Once you enable an active journal source on a server, `systemd-journal-gatewayd` will expose an REST API on TCP port 19531. This API can be used for querying the logs, exporting the logs, or monitoring new log entries, remotely.
6
7
-> ⚠️ **IMPORTANT**<br/>
8
-> These instructions will expose your logs to the network, without any encryption or authorization.<br/>
9
-> DO NOT USE THIS ON NON-TRUSTED NETWORKS.
7
+:::warning
8
+
9
+These instructions will expose your logs to the network, without any encryption or authorization.
10
+
11
+DO NOT USE THIS ON NON-TRUSTED NETWORKS.
12
+
13
+:::
14
15
## Configuring an active journal source
16