amazonlinux / amazon-linux-2023

Amazon Linux 2023
https://aws.amazon.com/linux/amazon-linux-2023/
Other
500 stars 38 forks source link

Please include syslog-ng package to Amazon Linux 2023 #639

Open UAProfessorProton opened 4 months ago

UAProfessorProton commented 4 months ago

This package seems to be there in Fedora. In AL2023, we only have rsyslog, which is not capable reading from specific journald namespaces. Please add.

[-] Journal Namespaces - https://www.freedesktop.org/software/systemd/man/255/systemd-journald.service.html#Journal%20Namespaces [-] Working with multiple systemd-journal namespaces in syslog-ng - https://www.syslog-ng.com/community/b/blog/posts/working-with-multiple-systemd-journal-namespaces-in-syslog-ng

andreasstieger commented 3 months ago

Does not seem to be implemented in rsyslog.

rsyslog imjournal: https://github.com/rsyslog/rsyslog/issues/4771 rsyslog omjournal: https://github.com/rsyslog/rsyslog/issues/4421 Crude workaround with rsyslog: https://github.com/rsyslog/rsyslog/issues/4771#issuecomment-1148018027_

saxonww commented 3 months ago

Updating their build tool to compile an RPM is a headache. It needs a newer version of bison than what's available in AL2023, and one required dependency (ivykis) is not available at all. Several of the optional dependencies in the RHEL .spec are also not available in AL2023.

It also claims to need ccache, which is not available, but the process fails before it needs it I guess.