Andrew Kroh
Andrew Kroh
After using rpm-s3, I check S3 and the RPM I expected to see is not present. Sometimes the RPM upload works and other times it does not, but the command...
For the test-linux-binary role the `add_host_metadata` process has been disabled when running on Debian 6 due to https://github.com/elastic/go-sysinfo/issues/28. When that issue is fixed this work-around can be removed.
Add tests for the Beats the support `module enable` and `module disable` commands. We test this from the Beats' system tests, but testing it here could add value since it...
We have a vagrant image we can use in Atlas. It's private due to Windows licensing (see https://github.com/elastic/infra/issues/1708).
This is only an issue for development builds where we add tilde to the version. Seems like tilde support was added around RHEL 6.4. I just wanted to document the...
It seems that pre-GA versions confuse some implementations of the rpmvercmp algorithm (i.e. it thinks 1.0.0~beta4 is newer than 1.0.0). To mitigate the issue we should remove the pre-GA versions...
When Filebeat is installed via RPM or DEB, the `/etc/filebeat/conf.d` directory should be created and the `/etc/filebeat/filebeat.yml` file should have `config_dir: /etc/filebeat/conf.d`.
**Description:** The failure behavior of the filter is not documented. The documentation should mention that `_csvparsefailure` is added to `tags` upon failure. https://github.com/logstash-plugins/logstash-filter-csv/blob/30b2c232293f9b0e11bdc36938c32b15731de3e8/lib/logstash/filters/csv.rb#L171
Update to github.com/cyphar/filepath-securejoin from v0.2.2 to v0.2.5. Relates to https://pkg.go.dev/vuln/GO-2023-2048. > Example traces found: > #1: dependency/dependency.go:85:41: dependency.LoadOverrides calls filepath.SecureJoin
I observed a user who got their indentation wrong in the Fleet UI and the Beat starting to panic. Processors should not panic when given invalid configuration, they should return...