|
|
|
|
Snort Forums Archive
Archive Home » Snort Newbies » CSV Output in Windows
Please note that the categories listed below represent an archived version of our forums pages. To view the current version and be able to post and reply to threads, please register and login here to go to the full forums pages.
[ Notice: Full Version of This Topic ]
CSV Output in Windows
Posted by MrMunkey on March 22, 2005 12:07:03
Hello,
I've got the following line in my snort.conf file:
output alert_csv: C:\Snort\log\alert.csv timestamp,msg,proto,src,srcport,dst,dstport
I then start up snort with:
C:\Snort\bin>snort -A fast -c ..\etc\snort.conf -l ..\log
I'm not getting the alert.csv file though.
Thanks for any help :) |
|
Posted by roesch on March 23, 2005 06:16:06
CSV is an alert facililty, you've overridden it at the command line with the "-A fast" switch. Remove that switch and it should work. |
|
Posted by MrMunkey on March 24, 2005 05:18:48
That makes sense. Thanks :) |
|
|
|
|
|