Skip to content
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

Backport: Metricbeat system module updates for Windows (#2884) #2910

Merged
merged 3 commits into from
Nov 3, 2016

Conversation

andrewkroh
Copy link
Member

@andrewkroh andrewkroh commented Nov 1, 2016

Backport of #2884 to 5.0

Cherry picked from: 206393e, eb88c2c, 2797565

- Added system core metricset for Windows. Per core metrics were implemented
  in elastic/gosigar.
- Added logging of process/system details on Windows to aid in debugging (user,
  arch, cores, sid, privs).
- Fixes elastic#2860 (PPID is zero on Windows).
- Fixes elastic#1704 (Server 2003 - PID’s not recognized). The command line arguments
  for the process will not be reported on XP and 2003.
- Fixes elastic#1897 (OpenProcess access denied on Windows). Added code to enable the
  SeDebugPrivilege when it is available.
- Fixes elastic#2885 (diskio metricset fails on XP and 2003).
- Enabled fsstats by default in Metricbeat config.

(cherry picked from commit eb88c2c)
…6bc8887f99

This will fix issues with WMI queries on Windows XP and 2003. Fixes elastic#2885

(cherry picked from commit 2797565)
@ruflin ruflin merged commit 75e948b into elastic:5.0 Nov 3, 2016
@andrewkroh andrewkroh deleted the backport_2884 branch July 5, 2017 22:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants