-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Metricbeat] beat module - add metricset for input metrics #33953
Comments
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
This issue doesn't have a |
On this we are going to pivot to using the So let's build up a Metricbeat configuration and test it standalone. Then we'll prepare to add it into Agent 1 to monitor Filebeat.
Footnotes |
Thanks for the updates. I will get started and test it standalone |
CC: @epixa |
This was implemented via the http.json metricset in Metricbeat. There was no need to add a new metricset to implement this. See elastic/integrations#5077 and elastic/elastic-agent#2171. |
Describe the enhancement:
Add a new
input
metricset to the Beat module to collect metrics from various inputs with Beats (e.g. aws-s3, winlog, udp). Several of the inputs already export per instance metrics and we are exposing those metrics under/inputs/
on the Beat http monitoring endpoint.Describe a specific use case for the enhancement or feature:
Once we can collect these metrics we can build dashboards to help understand and diagnose issues with input behavior or configuration. For example this metricset could be enabled as part of Agent monitoring to collect input metrics from Filebeat. Then dashboards could be created in the
elastic_agent
Fleet integration package for each input type to make sense of the data.Relates
The text was updated successfully, but these errors were encountered: