"_p": "F" in logs #7707
Answered
by
agup006
prabhatsharma
asked this question in
Q&A
"_p": "F" in logs
#7707
-
I see that all the logs sent by fluentbit from my k8s have
What does this mean? |
Beta Was this translation helpful? Give feedback.
Answered by
agup006
Jul 16, 2023
Replies: 1 comment
-
This is from CRI and Docker logging formats indicating partial and full logs. These are mostly used by Fluent Bit when performing multiline logging via the cri, docker parsers. Here is a quick excerpt of the format docs https://github.com/kubernetes/design-proposals-archive/blob/main/node/kubelet-cri-logging.md
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
patrick-stephens
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@prabhatsharma
This is from CRI and Docker logging formats indicating partial and full logs. These are mostly used by Fluent Bit when performing multiline logging via the cri, docker parsers.
Here is a quick excerpt of the format docs https://github.com/kubernetes/design-proposals-archive/blob/main/node/kubelet-cri-logging.md