That didn't work, so I just ended up using
output alert_syslog:LOG_AUTH LOG_ALERT
in the snort.conf and then
*.* @IP:514
in the rsyslog.conf
This sends all system messages to it, but at least works, and then I
can filter out the other stuff later. If I knew the proper syntax, I
could use something like:
LOG_AUTH LOG_ALERT @IP:514
But I couldn't get that to work properly, so in the interest of
getting it working for now, I am just sending all logs.