@cryptotaxi247 / netdata-1 / commits / 1bf7c7a03

passive-journal-centralization-without-encryption.md (#21220)

Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>

Kanela committed Oct 28, 2025 at 12:52 UTC 1bf7c7a03e85516606d3fb220a5fed970f5da8dc
1 file changed +7 -3
docs/observability-centralization-points/logs-centralization-points-with-systemd-journald/passive-journal-centralization-without-encryption.md
+7 -3
@@ -11,9 +11,13 @@ A _passive_ journal server waits for clients to push their metrics to it, so in
11 1. configure `systemd-journal-remote` on the server, to listen for incoming connections.
12 2. configure `systemd-journal-upload` on the clients, to push their logs to the server.
13
14 -> ⚠️ **IMPORTANT**<br/>
15 -> These instructions will copy your logs to a central server, without any encryption or authorization.<br/>
16 -> DO NOT USE THIS ON NON-TRUSTED NETWORKS.
14 +:::warning
15 +
16 +These instructions will copy your logs to a central server, without any encryption or authorization.
17 +
18 +DO NOT USE THIS ON NON-TRUSTED NETWORKS.
19 +
20 +:::
21
22 ## Server configuration
23