-
Notifications
You must be signed in to change notification settings - Fork 65
Duplicate K8s API Logs #79
Comments
@salilgupta1 thank you for the issue. I agree 1 is not ideal, we need a better way to solve this to prevent the duplication. Let me see what I can do here. |
@salilgupta1 ok wanted to give you an update on this issue. In order to prevent this duplication, and ensure the logs we capture have all the enriched metadata, I am going to remove the duplicated sources from the appropriate configs. However, this constitutes a breaking change as 1) some folks may be using those log lines and 2) our current Kubernetes app uses these log lines and not the container log lines. So the plan to address this is the following:
The plan is to have this all complete by next week. |
@frankreno any updates on your end here? Could we release this fix and then you all can migrate your Kubernetes integrations onto the new version? |
@salilgupta1 I apologize for the delay. We will be pushing the changes out in the next couple of days. |
This has been fixed in v2.0.0 |
We have an issue where we are collecting api logs twice. This is because our K8s API servers are deployed a containers on the control plane. Therefore, fluentd collects the container logs from
/var/log/containers
and because of this source https://github.com/SumoLogic/fluentd-kubernetes-sumologic/blob/master/conf.d/file/source.kubernetes.conf#L74 fluentd collects the api server logs from a log file. This is a problem since it significantly increases our intake and we're hitting overage fees.We can do the following but none are ideal:
Maybe there is something else I can do?
The text was updated successfully, but these errors were encountered: