Andrew Kroh
Andrew Kroh
Add a `Domain` Field to the `types.Host` struct. For Windows this should be populated with the host's Active Directory (AD) or Entra ID domain name. This value should satisfy the...
This test fails sometimes on macOS on CI. It must be made reliable. ``` FAIL TestProcesses (0.00s) system_test.go:288: Processes() took 385.011µs system_test.go:293: Found 425 processes. system_test.go:305: failed to get process...
Based on similar code in other projects it looks like the process CPU times may not be scaled correctly on Apple M1 / M2 hardware. This code needs to apply...
Add support for determining container and orchestrator info about a process. The implementation should only infer data through information from the OS (no interaction with container runtimes or orchestrators to...
In https://github.com/elastic/go-sysinfo/pull/135 we changed from a custom `sysctl` implementation to the Go stdlib version. There is a kernel bug[^1] in Catalina that causes the stdlib version to return bad data...
`path` is mandatory according to the [docs](https://www.elastic.co/guide/en/beats/filebeat/current/file-output.html#path). Beats should not panic when the value is missing. Instead they should emit a clear error message about the problematic configuration. Version: b0690b5fb9556e670e86be63d5d40fdf44f78849...
I think that the `add_cloud_metadata` is now logging errors for things that are expected to fail during normal cloud platform discovery. It seems very noisy. ``` add_cloud_metadata: received error failed...
Each line is treated as an event. It would be convenient to allow [multiline](https://www.elastic.co/guide/en/beats/filebeat/current/multiline-examples.html) configuration options to be specified for parsing the given log lines. For example
Every time you hit "Execute" you get a different view of the output events. The keys change order. This makes it hard to see what really changed (if anything).
The plugin should add a new sourceSet for the generated code so that it is automatically incorporated into your IDE. I will also address that in the next release. As...