file
This commit is contained in:
parent
153a0d72df
commit
ddaed1069d
|
@ -32,12 +32,15 @@ destination d_nas81_suricata {
|
|||
);
|
||||
};
|
||||
|
||||
destination d_file_suricata { file("/var/log/suricata.log"); };
|
||||
|
||||
log {
|
||||
source(s_network_udp);
|
||||
filter(f_nas81_host);
|
||||
parser(p_suricata_json);
|
||||
parser(p_suricata_src_ip_geoip2_city);
|
||||
parser(p_suricata_dest_ip_geoip2_city);
|
||||
#parser(p_suricata_json);
|
||||
#parser(p_suricata_src_ip_geoip2_city);
|
||||
#parser(p_suricata_dest_ip_geoip2_city);
|
||||
destination(d_file_suricata);
|
||||
destination(d_nas81_suricata);
|
||||
flags(final);
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue