diff --git a/config/systemd-monitor.json b/config/systemd-monitor.json new file mode 100644 index 00000000..17376fe9 --- /dev/null +++ b/config/systemd-monitor.json @@ -0,0 +1,28 @@ +{ + "plugin": "journald", + "pluginConfig": { + "source": "systemd" + }, + "logPath": "/var/log/journal", + "lookback": "", + "bufferSize": 10, + "source": "systemd-monitor", + "conditions": [], + "rules": [ + { + "type": "temporary", + "reason": "KubeletStart", + "pattern": "Started Kubernetes kubelet." + }, + { + "type": "temporary", + "reason": "DockerStart", + "pattern": "Starting Docker Application Container Engine..." + }, + { + "type": "temporary", + "reason": "ContainerdStart", + "pattern": "Starting containerd container runtime..." + } + ] +}