Aggregate method for kubernetes_logs #21950
Unanswered
GiannisKosm
asked this question in
Q&A
Replies: 1 comment
-
Hi @GiannisKosm , I think you could use the You'll want to make sure to set |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hello everyone,
I was wondering whether i could aggregate the kubernetes_logs of /var/log/pod/../../0.log in source. I want at the produced json the message part to hold more than one entry. For example, these two entries, i want them both in the message of one json, and not different. Java splits the two lines even though the
ERROR 2024-12-03T10:53:16.259Z testAPI com.controller.CustomRestExceptionHandler Application - Error
2024-12-03T10:53:16.259Z org.springframework.security.access.AccessDeniedException: Access is denied
Best Regards,
Giannis
Beta Was this translation helpful? Give feedback.
All reactions