Replies: 2 comments 1 reply
-
I think this may be tricky - have you tried My concern is that dumping all the debug may then cause other problems or affect things. The best bet may be to use an |
Beta Was this translation helpful? Give feedback.
-
fluetbit handles a high volume of logs, so I wanted to avoid using the debug level. |
Beta Was this translation helpful? Give feedback.
-
I have lots of applications that runs on Kubernetes cluster and write their logs through fluentbit to opensearch.
we have some mapper_parsing_exception errors in fluentbit and I would like to trace the source pod.
What is the best/easiest way to do that?
for example now I see the following log in fluentbit:
"Could not dynamically add mapping for field [service.name]. Existing mapping for [data.service] must be of type object but found [text]., Could not dynamically add mapping for field [service.name]. Existing mapping for [data.service] must be of type object but found [text]."
how do I know which pod sent this log?
I have Kubernetes meta-data on the logs but this error log don't print all the fields
Beta Was this translation helpful? Give feedback.
All reactions