summaryrefslogtreecommitdiffstats
path: root/collectors
diff options
context:
space:
mode:
authorCosta Tsaousis <costa@netdata.cloud>2023-10-09 00:51:30 +0300
committerGitHub <noreply@github.com>2023-10-09 00:51:30 +0300
commitdf86e2ffbe5d4587c11dc6d5ab5132c22872907e (patch)
tree21912eab3337ba8969233f98ec06f7c9c604941b /collectors
parent263de25c76f5772c2b74c658fe90dba58da7f63e (diff)
Update README.md
Diffstat (limited to 'collectors')
-rw-r--r--collectors/systemd-journal.plugin/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/collectors/systemd-journal.plugin/README.md b/collectors/systemd-journal.plugin/README.md
index 383a5dfa42..5ca06ec945 100644
--- a/collectors/systemd-journal.plugin/README.md
+++ b/collectors/systemd-journal.plugin/README.md
@@ -44,7 +44,7 @@ The following are limitations related to the features of `systemd` journal:
- 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).
- 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.
-- This plugin will only read journal files located in `/var/log/journal` or `/run/log/journal`. `systemd-remote` has the ability to store log files anywhere (user configured). If these files are not located in `/var/log/journal` or `/run/log/journal`, the plugin will not find them.
+- 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.
## Journal Sources