-
Notifications
You must be signed in to change notification settings - Fork 452
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[system_audit] Errors when testing with Elastic Agent wolfi images #11000
Comments
@andrewkroh wolfi images are soon going to be the default for our all tests, shall we remove the system audit tests from the pipeline as we know they are going to fail anyway? |
The Wolfi image changed the default It could also be like #10998 for journald where were assuming the Ubuntu container is approximately equal to a native Ubuntu machine, which is no longer true on purpose with Wolfi. In that case the test setup needs to change, especially if it isn't reasonably expected that this integration would be run in a container (much like most people won't expect to have journald in a container and we just test it there out of convenience). |
Yes, Is the ubuntu image going to be completely removed? If not, then could we run this test with a separate agent using the ubuntu image? If not, let's mark the test as skipped. It would be nice to add apk support to auditbeat at some point and then we can re-enable this test. |
It will most probably be removed by 9.X so we can still run those tests on ubuntu until then but they will eventually fail afterwards. |
Testing to run system tests using Elastic Agent docker images based on Wolfi images #10933, raised the issue that system tests are failing for
system_audit
package.The error that comes from the buildkite build are that
elastic-package
could not find hits in the data stream:This package has already defined the root permissions in their manifest, but it still does not ingest any docs in Elasticsearch.
Is this package using this beat https://www.elastic.co/guide/en/beats/auditbeat/current/auditbeat-dataset-system-package.html ? If that is the case, Wolfi images use
apk
as its package manager and it would not be supported.Should this package be using the Elastic Agent docker image based on Ubuntu to run the system tests? @elastic/sec-linux-platform
The text was updated successfully, but these errors were encountered: