Lee E Hinman

Results 4 issues of Lee E Hinman

## Proposed commit message filebeat benchmark input and discard output benchmark is simple input that generates synthetic events, useful for benchmarking outputs or for providing load on outputs. The message...

enhancement
Team:Elastic-Agent-Data-Plane

- Duplicates https://github.com/elastic/beats/issues/38401 PR https://github.com/elastic/beats/pull/35896 introduced a bug in metricbeat perfmon module. At https://github.com/elastic/beats/blob/0361e30247f8f22ad7fb9d85858180e6ee8d3c16/metricbeat/module/windows/perfmon/data.go#L72 The previous use of errors.Wrap, would have kept this as a nil error if val.Err.Error was...

bug
Team:Elastic-Agent-Data-Plane

Beats upgrading doc currently has: https://github.com/elastic/beats/blob/a6aa347eeeb9a00524044036157788ce9eb3d0f0/libbeat/docs/upgrading.asciidoc?plain=1#L17-L21 We should add to it that if assets have changed (dashboards, pipelines, index templates, etc), then it will be necessary to run at least...

docs
Team:Docs

In ReceiveAck we first set a deadline on the read at https://github.com/elastic/go-lumber/blob/d3a66da160e5b6d9526ebab911e7e13526551e28/client/v2/client.go#L176 And then do the read a few lines later at: https://github.com/elastic/go-lumber/blob/d3a66da160e5b6d9526ebab911e7e13526551e28/client/v2/client.go#L183 If the conn is ever replaced in...