Replies: 2 comments 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.
-
|
@baodrate How did you make out? I'm using the file source with kubernetes to avoid calling the Kubernetes API. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to use the
kubernetes_logparser 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 standardfilesource?Workarounds considered:
Using the journald log driver for nomad-podman.
filelogging 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