-
Doesn't the "Kubernetes logs" component currently support multi-line collection? I couldn't find the configuration in the documentation |
Beta Was this translation helpful? Give feedback.
Answered by
jszwedko
Jan 2, 2025
Replies: 1 comment
-
Correct, it doesn't support the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pront
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Correct, it doesn't support the
multiline
options. Instead, thereduce
transform may be used. Make sure to segment the logs by file by specifyinggroup_by: [file]
.