To workaround a known issue with systemd v245 found in our Elastic Agent image, add a bind mount at /run/service_logs. This should allow us to re-enable system tests for the journald input. They were disabled because Filebeat was crashing (see elastic/integrations#2602). If tests can read logs from /run then this should bypass the code within systemd that was causing the segfault.
References
To workaround a known issue with systemd v245 found in our Elastic Agent image, add a bind mount at
/run/service_logs. This should allow us to re-enable system tests for thejournaldinput. They were disabled because Filebeat was crashing (see elastic/integrations#2602). If tests can read logs from/runthen this should bypass the code within systemd that was causing the segfault.References