Can I configure argus to write output to more than one file?
Yes, Argus supports writing to up to 5 outputs, mixed between output files and remote sockets. And each file can have its own independant filter. If you want all TCP transaction audits to go into a TCP output file, and all other records to go to another file, no problem. argus -w tcp.file “tcp” -w nottcp.file “not tcp” In the argus.conf file, you can have upto 5 ARGUS_OUTPUT_FILE entries.