stilleshan/filebeat.

637 0 amd64 arm64

Build Information

General build information for this image

Docker Hub stilleshan/filebeat
Build Time 02 Aug 2022 07:24:35
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 7.13.2 02 Aug 2022 at 07:24:35

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  filebeat:
    image: stilleshan/filebeat:7.13.2
    container_name: filebeat
    restart: no

CLI

docker create \
  --name=filebeat \  --restart no \
  stilleshan/filebeat:7.13.2