Craig MacKenzie

Results 161 comments of Craig MacKenzie

It also looks like the journald input is using go-systemd/sdjournal/ which is just wrapping the systemd journal C API: https://github.com/coreos/go-systemd/blob/7d375ecc2b092916968b5601f74cca28a8de45dd/sdjournal/journal.go#L424-L434 ```go func NewJournal() (j *Journal, err error) { j =...

The default journald configuration that reads everything is only two lines so I think at this point I'm convinced that keeping the journald input and improving it is the best...

Thanks, I think it would make sense to compare the events collected without the journald inputs to those collected with it for the sources needed by the system integration. If...

Beats is currently shipped with Go 1.18.10 in 8.6 https://github.com/elastic/beats/blob/8.6/.go-version We keep up with the Go patch releases as they are released and track the CVEs internally. Upgrading minor versions...

Fixed in https://github.com/elastic/beats/pull/33971 for the 8.6 release

There is nothing in the Beats repository to try yet but we are actively working on integrating with the OTel ecosystem on a few different fronts. In no specific order:...

There isn't a single tracking issue yet, we are still early in the process and haven't finalized the plan for publishing+accepting OTLP data given the data model is different from...

For agent, configuring which global processors are enabled by default will be enabled by the shipper. > For example, we could add a new function to these heavy processors (their...

To fix the dependency conflict we need to fork https://github.com/docker/compose/tree/1.29.2/compose or remove that dependency for system tests algorithm

> @cmacknz when you say queue do you mean the libbeat publisher queue, or some ES output queue? Both? The publisher queue, as in the queue of events waiting to...