Skip to content
#

filebeat

Here are 370 public repositories matching this topic...

fabianonunes
fabianonunes commented Apr 18, 2022

Summary

  • Version: docker.elastic.co/beats/filebeat:7.17.0
  • Operating System: Ubuntu 20.04, Docker 20.10.14

After PR #29681, timezone database (/usr/share/zoneinfo) is missing from filebeat image.

Unlike the centos:7 image, the tzdata package is not installed by default in the ubuntu:20.04 image and the package is not installed in the [beats Dockerfile](https://github.com/elas

good first issue Team:Elastic-Agent-Control-Plane
SuperQ
SuperQ commented Jan 14, 2020

Feature idea, add beat info metrics from the stats endpoint /

{
  "beat": "pubsubbeat",
  "hostname": "pubsub-sidekiq-inf-gstg",
  "name": "pubsub-sidekiq-inf-gstg",
  "uuid": "FOO",
  "version": "7.5.1"
}

Would make a metrics like this:

pubsubbeat_build_info{version="7.5.1"} 1
pubsubbeat_beat_info{beat_name="pubsub-sidekiq-inf-gstg",uuid="FOO",} 1
good first issue

Improve this page

Add a description, image, and links to the filebeat topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the filebeat topic, visit your repo's landing page and select "manage topics."

Learn more