Replies: 1 comment 2 replies
-
Hey! Yes, I think using the If you felt like contributing, I think CRI parsing could be moved to a codec and more easily used by the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to use the
kubernetes_log
parser withfile
, without all the kubernetes runtime stuff? Like as a transform, perhaps?Motivation: I'm using the podman driver with nomad which creates a log file in the CRI logging format. (i.e.
<timestamp> <stdout|stderr> <P|F> [data]
). This is already implemented within https://github.com/vectordotdev/vector/blob/master/src/sources/kubernetes_logs/parser/cri.rs, but is there a way to use this parser with the standardfile
source?Workarounds considered:
Using the journald log driver for nomad-podman.
file
logging see: https://github.com/mr-karan/nomad-vector-logger and https://github.com/input-output-hk/nomad-followerManual parsing
Beta Was this translation helpful? Give feedback.
All reactions