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 e10e6cc commit b94a555Copy full SHA for b94a555
config/systemd-monitor.json
@@ -0,0 +1,28 @@
1
+{
2
+ "plugin": "journald",
3
+ "pluginConfig": {
4
+ "source": "systemd"
5
+ },
6
+ "logPath": "/var/log/journal",
7
+ "lookback": "",
8
+ "bufferSize": 10,
9
+ "source": "systemd-monitor",
10
+ "conditions": [],
11
+ "rules": [
12
+ {
13
+ "type": "temporary",
14
+ "reason": "KubeletStart",
15
+ "pattern": "Started Kubernetes kubelet."
16
17
18
19
+ "reason": "DockerStart",
20
+ "pattern": "Starting Docker Application Container Engine..."
21
22
23
24
+ "reason": "ContainerdStart",
25
+ "pattern": "Starting containerd container runtime..."
26
+ }
27
+ ]
28
+}
0 commit comments