You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [ info] [input:tail:tail.0] inotify_fs_remove(): inode=11024910 watch_fd=20 messages.
Is there an option to exclude/remove these logs? Currently they get send to the stderr stream and I can simply exclude them via a grep filter in FluentD but that feels a bit odd.
The text was updated successfully, but these errors were encountered:
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
[ info] [input:tail:tail.0] inotify_fs_remove(): inode=11024910 watch_fd=20
messages.Is there an option to exclude/remove these logs? Currently they get send to the stderr stream and I can simply exclude them via a grep filter in FluentD but that feels a bit odd.
The text was updated successfully, but these errors were encountered: