Skip to content

Commit

Permalink
Update gosigar to fix Windows service timeout (elastic#4499)
Browse files Browse the repository at this point in the history
Fixed Windows issue that caused a hang during `init()` if WMI wasn't ready. elastic/gosigar#74 elastic/gosigar#76

Fixes elastic#4373
  • Loading branch information
andrewkroh authored and tsg committed Jun 14, 2017
1 parent 4fcbd73 commit c16bf47
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 22 deletions.
4 changes: 1 addition & 3 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,9 @@ https://github.com/elastic/beats/compare/v5.4.1...master[Check the HEAD diff]
*Heartbeat*

*Metricbeat*
- Fix a debug statement that said a module wrapper had stopped when it hadn't. {pull}4264[4264]
- Use MemAvailable value from /proc/meminfo on Linux 3.14. {pull}4316[4316]
- Fix panic when events were dropped by filters. {issue}4327[4327]
- Add filtering to system filesystem metricset to remove relative mountpoints like those
from Linux network namespaces. {pull}4370[4370]
- Fix issue affecting Windows services timing out at startup. {pull}4491[4491]

*Packetbeat*

Expand Down
2 changes: 1 addition & 1 deletion glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import:
subpackages:
- /difflib
- package: github.com/elastic/gosigar
version: v0.2.0
version: v0.2.1
- package: github.com/elastic/procfs
version: abf152e5f3e97f2fafac028d2cc06c1feb87ffa5
- package: github.com/samuel/go-parser
Expand Down
9 changes: 2 additions & 7 deletions vendor/github.com/elastic/gosigar/CHANGELOG.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 15 additions & 11 deletions vendor/github.com/elastic/gosigar/sigar_windows.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c16bf47

Please sign in to comment.