After enabling NetFlow, we are not receiving DNS logs anymore.
Kindly See the picture below

Regards,

Code: Select all
if [type] != 'dnslog'{
kv {
exclude_keys => [ "host" ]
}
}
Code: Select all
udp {
type => 'nflow'
port => 2059
codec => netflow {
versions => [5,9]
}
}

Code: Select all
udp {
type => 'nflow'
port => 2059
codec => netflow {
versions => [5,9]
}
}