Skip to content
#

filebeat

Here are 369 public repositories matching this topic...

MichaelKatsoulis
MichaelKatsoulis commented Mar 30, 2022

In Kubernetes module there are multiple occasions that we add a new field in a common.MapStr without any proper error handling.

Example is https://github.com/elastic/beats/blob/main/metricbeat/module/kubernetes/container/data.go#L125. but this can be seen in all module metricsets.

A proper error handling for this case would be a [debug](elastic/beats#30181 (comment)_

enhancement good first issue Team:Cloudnative-Monitoring
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