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)
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. Addedpsversiontable
fact to support this. Adds support forprocessors
declaration within anevent_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