HostTailer includes Fluent-bit logs #1916
-
| 
         Hey, we're using a HostTailer for sending Kubernetes cluster audit logs to Opensearch. The logs are getting parsed as json and everything works like like a charm. But unfortunately, the HostTailer Fluent-bit is producing some   | 
  
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
| 
         Well I've just tested this out, and unfortunately since annotations:
    fluentbit.io/exclude: "true"would exclude the tailed logs themselves. (Deleting previous comments.)  | 
  
Beta Was this translation helpful? Give feedback.
-
| 
         Indeed, you're right. Maybe I was a bit to euphoric, yesterday  | 
  
Beta Was this translation helpful? Give feedback.
-
| 
         Maybe one of these way can help: 
  | 
  
Beta Was this translation helpful? Give feedback.
-
| 
         Currently this works as intended. With the telemetry controller the plan is to send host logs directly to the opentelemetry collector instead of writing them to stdout.  | 
  
Beta Was this translation helpful? Give feedback.
@sebastiangaiser FYI, the default log level was increased to error with #1957. You can opt out of this new behavior using the verbose config attribute. It will be part of the next release.
Edit: Published as 5.3.0