Results 42 comments of Andrew Gizas

LGTM and the tests run successfully on myside

@belimawr I am trying to test filebeat logging inside kubernetes. I am following this [procedure](https://github.com/elastic/beats/blob/main/metricbeat/module/kubernetes/_meta/test/docs/README.md) and using the following manifest: Part of Filebeat manifest ```yaml filebeat.inputs: - type: filestream id:...

And two general questions for understanding: - I link the question related to elastic-agent [here](https://github.com/elastic/elastic-agent/pull/4549#issuecomment-2090008148), just for reference - Now that the logging.events is available, do you think that any...

@pkoutsovasilis really nice start here. For me everything worked right away. Adding some general comments here for further discussion: -CCing https://github.com/open-telemetry/opentelemetry-helm-charts/blob/main/charts/opentelemetry-collector/values.yaml as an example. Shall we start using this naming...

@rdner I added the skip based on comment becaus this is a test https://github.com/elastic/beats/pull/38213/commits/f3b6f212afee0b0a7dc93dec5a91224be35330c0#diff-9f24ba274864b933a726842c2b9fb8ee487a13545579938f9e373d0463611142R2200

@rdner have you seen this https://github.com/elastic/beats/actions/runs/8813847492/job/24193021847?pr=38213 again?

@rdner this looks better now. I tried to upddate the go.mod and align it as well. The failing tests (mainly related to Windows) I think are not related with changes...