@cryptotaxi247 / netdata-1 / commits / 179f1b585

Update passive_journal_centralization_guide_self_signed_certs.md

Costa Tsaousis committed Oct 17, 2023 at 20:50 UTC 179f1b585c745c46a4d8702a6514d30f39273fe8
1 file changed +2 -2
collectors/systemd-journal.plugin/passive_journal_centralization_guide_self_signed_certs.md
+2 -2
@@ -164,7 +164,7 @@ To verify the central server is receiving logs, run this on the central server:
164 sudo ls -l /var/log/journal/remote/
165 ```
166
167 -You should see new files from the client's IP.
167 +You should see new files from the client's canonical names (CN). These are names on the clients' certificates.
168
169 Also, `systemctl status systemd-journal-remote` should show something like this:
170
@@ -181,7 +181,7 @@ TriggeredBy: ● systemd-journal-remote.socket
181 Memory: 2.2M
182 CPU: 71ms
183 CGroup: /system.slice/systemd-journal-remote.service
184 - └─2118153 /usr/lib/systemd/systemd-journal-remote --listen-http=-3 --output=/var/log/journal/remote/
184 + └─2118153 /usr/lib/systemd/systemd-journal-remote --listen-https=-3 --output=/var/log/journal/remote/
185 ```
186
187 Note the `status: "Processing requests..."` and the PID under `CGroup`.