-
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
Allow metricbeat to accept additional windows counters within the yaml config #2473
Comments
Any news on this currently i have a powershell script that dumps counters to a CSV file and then send it with a file beat, but i would prefer if i could skip the powershell part. |
@AnderssonPeter No work has started on this. It would be interesting if you could share your script to get a deeper understanding on the metrics you are using. |
It's a work in progress so im not 100 sure it does what i want it to.
|
@AnderssonPeter Thanks for sharing. Any chance you could also share one of the events that is created by the script above to see the fields inside? |
@ruflin im new to elastic search so i had no idea what document format would be best, i tried to decide between:
and
I picked the first one as it generated less overhead (so the powershell script generates the first one) |
No worries about the structure at the moment. This is more for me to understand the data we are talking about. ES will be JSON, but that is something that would be done on the beats side. Is this just an excerpt of the existing fields? How many different fields are there? |
+1 for this feature. The only other place I've seen this in the beat world is - https://github.com/eskibars/wmibeat |
It seems my approach was somewhat flawed if a value spiked between my scheduling's i missed it. |
There is a windows perfmon module in Metricbeat now. It's being tracked in #3828. This will be released with 6.0. Please give it a try and leave any feedback (good or bad) in #3828. The nightly build is here. |
A handy feature would be to allow metricbeat to access the windows performance counters this will allow metricbeat to collect data from a wide range of windows metrics.
This would be similar to the Telegraf windows counter plugin.
https://github.com/influxdata/telegraf/tree/master/plugins/inputs/win_perf_counters
The text was updated successfully, but these errors were encountered: