The Wayback Machine - https://web.archive.org/web/20220509014639/https://github.com/topics/metricbeat
Skip to content
#

metricbeat

Here are 119 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

The ultimate aim of this ELK (Elastic) starter-kit is to help you collect log, metric, and performance data of sample CRM app service running on Docker containers. We use Beats framework to collect and push the data to Logstash, whereas Logstash parses the data and index it to Elasticsearch for building visualizations and dashboards on Kibana user interface.

  • Updated Aug 13, 2021
  • Dockerfile

Improve this page

Add a description, image, and links to the metricbeat 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 metricbeat topic, visit your repo's landing page and select "manage topics."

Learn more