We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fd4a2e commit 3c89455Copy full SHA for 3c89455
receiver/journaldreceiver/README.md
@@ -48,7 +48,7 @@ The following configuration:
48
```
49
50
will be passed to `journald` as the following arguments: `journald ... _SYSTEMD_UNIT=ssh + _SYSTEMD_UNIT=kubelet _UID=1000`,
51
-which is going to retrieve all entries which matche at least one of the following rules:
+which is going to retrieve all entries which match at least one of the following rules:
52
53
- `_SYSTEMD_UNIT` is `ssh`
54
- `_SYSTEMD_UNIT` is `kubelet` and `_UID` is `1000`
0 commit comments