Open flyingrx opened 1 year ago
This issue doesn't have a Team:<team>
label.
Hi! We just realized that we haven't looked into this issue in a while. We're sorry!
We're labeling this issue as Stale
to make it hit our filters and make sure we get back to it as soon as possible. In the meantime, it'd be extremely helpful if you could take a look at it as well and confirm its relevance. A simple comment with a nice emoji will be enough :+1
.
Thank you for your contribution!
Describe the enhancement: After version 1.23, Kubernetes uses containerd instead of Docker as the container runtime interface (CRI). However, I noticed that the default log path "/var/lib/docker/containers/" is still being used in the code, even though it can be replaced by user configuration. This is further complicated by the fact that the recommended deployment YAML file for Filebeat in the document mounts "/var/lib/docker/containers/" to the container.
Describe a specific use case for the enhancement or feature: the code path: /beats/filebeat/processor/add_kubernetes_metadata/matchers.go
document URL: https://www.elastic.co/guide/en/beats/filebeat/current/running-on-kubernetes.html