-
i try to deploy vector with this config in kubernets :
and i got this error in logs of vector. it cannot collect logs from journald 2022-12-20T07:28:49.817678Z INFO source{component_kind="source" component_id=journald component_type=journald component_name=journald}: vector::sources::journald: Starting journalctl. what i miss here. anyone can help"? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
This looks like the |
Beta Was this translation helpful? Give feedback.
This looks like the
journalctl
command can't be found in the container, or isn't in thePATH
. Thejournald
component relies on that program to provide its log stream.