Update README.md
Costa Tsaousis committed
Oct 9, 2023 at 00:52 UTC
83b2caf48d016e811b918422ce7ec83dbb571deb
1 file changed
+2
-1
collectors/systemd-journal.plugin/README.md
+2
-1
@@ -43,9 +43,10 @@ To use the plugin, install one of our native distribution packages, or install i
43
The following are limitations related to the features of `systemd` journal:
44
45
- This plugin does not support binary field values. `systemd` journal has the ability to assign fields with binary data. This plugin assumes all fields contain text values (text in this context includes numbers).
46
-- This plugin does not support multiple values per field. `systemd` journal has the ability to accept the same field key, multiple times, with multiple values on a single log entry. This plugin will present the last value and ignore the others for this log entry.
46
+- This plugin does not support multiple values per field for any given log entry. `systemd` journal has the ability to accept the same field key, multiple times, with multiple values on a single log entry. This plugin will present the last value and ignore the others for this log entry.
47
- This plugin will only read journal files located in `/var/log/journal` or `/run/log/journal`. `systemd-remote` has the ability to store journal files anywhere (user configured). If these files are not located in `/var/log/journal` or `/run/log/journal`, the plugin will not find them.
48
49
+Other than the above, this plugin supports all features of `systemd` journals.
50
51
## Journal Sources
52