Update README.md
Costa Tsaousis committed
Oct 17, 2023 at 20:31 UTC
36cd8cc0a6de681648768668e2dc6b5c8109a725
1 file changed
+1
-1
collectors/systemd-journal.plugin/README.md
+1
-1
@@ -62,7 +62,7 @@ The following are limitations related to the features of `systemd` journal:
62
- This plugin does not support multiple values per field for any given log entry. `systemd` journal has the ability to
63
accept the same field key, multiple times, with multiple values on a single log entry. This plugin will present the
64
last value and ignore the others for this log entry.
65
-- This plugin will only read journal files located in `/var/log/journal` or `/run/log/journal`. `systemd-remote` has the
65
+- This plugin will only read journal files located in `/var/log/journal` or `/run/log/journal`. `systemd-journal-remote` has the
66
ability to store journal files anywhere (user configured). If journal files are not located in `/var/log/journal`
67
or `/run/log/journal` (and any of their subdirectories), the plugin will not find them.
68