On Tue, Jun 18, 2013 at 8:25 PM, Dave Hojo <
dhaj...@gmail.com> wrote:
> Am I right in thinking that when snort outputs to alert_unified2 that
> barnyard2 can't read that as an input? What I'm trying to do is just report
> alerts without the packet info as required by my design. When I try to
> specify alert_unified2 I get the following:
>
Hi Dave,
In snort use output unified2 (remove previous unified2 file created
with alert_unified2).
In barnyard2 use input unified2.
In snort there is three unified 2 output mode.
alert_unified2: will only output events but will not output matching packets
log_unified2: will only output packets but will not output matching event
unified2: will output event and packet
So with barnyard2 2-1.X you want to use input unified2.
Hope this helps,
-elz