summaryrefslogtreecommitdiffstats
path: root/collectors
diff options
context:
space:
mode:
authorCosta Tsaousis <costa@netdata.cloud>2023-10-09 00:43:07 +0300
committerGitHub <noreply@github.com>2023-10-09 00:43:07 +0300
commitf340d78255317e7c762c0540fdd197dec086a71f (patch)
tree5da9200e0a589f9d7832ae8a8d99218f6393a862 /collectors
parent929aaf68aaa4c2733935a0d00088cda8eb77054f (diff)
Update README.md
Diffstat (limited to 'collectors')
-rw-r--r--collectors/systemd-journal.plugin/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/collectors/systemd-journal.plugin/README.md b/collectors/systemd-journal.plugin/README.md
index 79ce23a133..eb1c221e49 100644
--- a/collectors/systemd-journal.plugin/README.md
+++ b/collectors/systemd-journal.plugin/README.md
@@ -102,7 +102,8 @@ For information about configuring a journals' centralization server, check [this
unlike other log management systems, it supports dynamic and variable fields for each log message,
while all fields and their values are indexed for fast querying.
-This means that each application can log messages annotated with its own unique fields.
+This means that each application can log messages annotated with its own unique fields and values, and `systemd`
+journals will automatically index all of them, without any configuration or manual action.
For a description of the most frequent fields found in `systemd` journals, check `man systemd.journal-fields`.