voxpupuli / puppet-winlogbeat

Apache License 2.0
2 stars 30 forks source link

Win Server Core installation fix + processors feature #55

Closed np-at closed 3 years ago

np-at commented 3 years ago

Pull Request (PR) description

Switches install unzip to use the powershell 5+ Expand-Archive cmdlet when available, falling back to the original COM based expansion when the available powershell version is insufficient. Added psversiontable fact to support this. Adds support for processors declaration within an event_log entry, fails with error when winlogbeat version is below 7 (where this is not supported)

This Pull Request (PR) fixes the following issues

Fixes #50