-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kubernetes filters are not working #8003
Comments
What do the Fluent Bit logs show? Also use Does it work with the standard I bet it'll be an issue either with |
Hey @patrick-stephens, I raised it to debug and found some warning in Kubernetes filers as follow It seems that the prefix is the same as defined in I'm not sure what exactly the cause of it. Since I'm running with the latest version of Kubernetes, all the logs are now generated on /var/log/pod/* instead of /var/log/container |
What is your actual tag? My guess it being a problem with |
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days. Maintainers can add the |
This issue was closed because it has been stalled for 5 days with no activity. |
Bug Report
Describe the bug
I have set up a platform to monitor the logs of our cluster(AWS EKS). I'm using the OpenSearch dashboard for monitoring and fluent-bit for log processing. I have deployed fluent bit (Helm) as a daemon set and configured to read the log files from the location /var/log/pods/*/*/*.log
I am also using the Kubernetes filter to extract Kubernetes metadata and append this information to each log.
However, application logs are floating to Open Search but it seems to be like filters are not appending the Kubernetes metadata on logs.
To Reproduce
Expected behavior
It should attach Kubernetes metadata to each log process by Kubernetes filter.
Open Search Logs (Screenshots)
Open Search filter options
Your Environment
I also checked with debug mode but did not find anything on the logs. Any help and guidance is highly appreciated.
The text was updated successfully, but these errors were encountered: