I have found examples of how to filter based on the contents of a log entry with rsyslog. But is there a way to do this so it is only filtering on the contents of a certain facility? For example something like:
if local0.* msg contains "foo"
But with a real syntax instead of what I just made up.