logwatch
Summarizes many different logs for common services (e.g. apache, pam_unix, sshd, etc.) in a single report. More information: <https://manned.org/logwatch>.
RUN apt-get update && \
apt-get install -y logwatch
RUN apt-get update && \
apt-get install -y logwatch
RUN pacman -S --noconfirm logwatch
RUN apt-get update && \
apt-get install -y logwatch
RUN yum install -y logwatch
RUN dnf install -y logwatch
RUN apt-get update && \
apt-get install -y logwatch