elastic / beats

:tropical_fish: Beats - Lightweight shippers for Elasticsearch & Logstash
https://www.elastic.co/products/beats
Other
12.15k stars 4.91k forks source link

[libbeat] Proposal: Support autodiscover of containers running via podman #16589

Closed atoom closed 1 year ago

atoom commented 4 years ago

Describe the enhancement: Starting from RHEL 8/CentOS 8 there is no official support for docker anymore (as I understand it) - instead Red Hat has replaced docker with a suite of new tools: podman, buildah, skopeo.

There are hacks to install docker-ce on RHEL 8/CentOS 8 but doing so is on your own risk. In cases where organizations are running production workloads in containers via docker and leveraging autodiscovery functionality in filebeat for log ingestion it would not be possible to upgrade to RHEL 8/CentOS 8 at the moment.

Describe a specific use case for the enhancement or feature: Leveraging filebeat autodiscovery functionality to find and ingest logs from containers running via podman.

dcode commented 4 years ago

Just as a note, I recently ran across that in Podman 2.0, they officially supported a REST API that allows for this integration. Of specific interest, it offers a compatibility API that emulates the Docker API. I've had some success with some other tools to can interact with the Docker socket with this compat mode.

Reference: https://podman.io/blogs/2020/06/29/podman-v2-announce.html

botelastic[bot] commented 1 year ago

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!

laconi51 commented 1 year ago

Hi, We deploy podman instances on several of our servers. I would be very interested in this issue to centralize the logs by filebeat

:+1 👍

silvan-talos commented 9 months ago

👍🏻