Closed
Description
- Version: Tested Filebeat and Metricbeat 6.3.2
- Operating System: Windows 10 Pro, Version 1803, x64
- Steps to Reproduce:
Add theadd_host_metadata
processor to the configuration yaml for either beat and attempt to start:
processors:
- add_host_metadata: ~
The x64 version of both Filebeat and Metricbeat fail with the following message:
Exiting: error initializing publisher: error initializing processors: 1 error: GetNativeSystemInfo failed: invalid argument
The x86 versions of both programs start without issue, however. I suspect this will impact all beats, but I've only tested Filebeat and Metricbeat.
Initially discovered by @strawgate