Sign inSign up

openkylin/filebeat

By openkylin

Updated 9 months ago

Image
0

558

openkylin/filebeat repository overview

Quick reference

Filebeat | openKylin

Current Filebeat docker images are built on the openKylin. This repository is free to use and exempted from per-user rate limits.

Filebeat is a lightweight shipper for forwarding and centralizing log data. Installed as an agent on your servers, Filebeat monitors the log files or locations that you specify, collects log events, and forwards them either to Elasticsearch or Logstash for indexing.

Learn more about Filebeat on Filebeat Website⁠.

The tag of each filebeat docker image is consist of the version of filebeat and the version of basic image. The details are as follows

TagCurrentlyArchitectures
9.2.3-ok20Filebeat 9.2.3 on openKylin 2.0amd64, arm64

Usage

In this usage, users can select the corresponding {Tag} based on their requirements.

  • Pull the openkylin/filebeat image from docker

    # From Docker Hub
    docker pull openkylin/filebeat:{Tag}
    # From Quay
    docker pull quay.io/openkylin/filebeat:{Tag}
    
  • Run with an interactive shell

    You can also start the container with an interactive shell to use filebeat.

    docker run -it --rm openkylin/filebeat:{Tag} bash
    
  • Create the filebeat.yml file

    Here's a minimal Filebeat test configuration (filebeat.yml) in English for functional testing:

    filebeat.inputs:
    - type: filestream
        enabled: true
        paths: ["/var/log/log"]
    
    output.file:
        path: "/tmp/output"
        filename: "logs.json"
    

    Learn how to configure Filebeat on Configure Filebeat.

  • Run in Foreground (Debug Mode)

    filebeat -e -c filebeat.yml
    

Question and answering

If you have any questions or want to use some special features, please submit an issue or a pull request on openkylin-docker-images.

Tag summary

Content type

Image

Digest

sha256:e5ad0434b

Size

338.2 MB

Last updated

9 months ago

docker pull openkylin/filebeat