I'd like to scroll the output messages located in /var/log/audit/audit.log. I know I can do that with tail -f /var/log/audit/audit.log.
Is there a way to some how pipe that through audit2why and tail -f to clean up the messages as they happen?