Skip to content

Instantly share code, notes, and snippets.

@timconradinc
Created September 17, 2013 18:58
Show Gist options
  • Save timconradinc/6599066 to your computer and use it in GitHub Desktop.
Save timconradinc/6599066 to your computer and use it in GitHub Desktop.
mutate {
type => "PaloAltoTestTrafficLog"
# for dns queries
replace => [ "SourceAddressFQDN", "%{SourceAddress}" ]
replace => [ "DestinationAddressFQDN", "%{DestinationAddress}" ]
}
dns {
type => "PaloAltoTestTrafficLog"
reverse => [ "SourceAddressFQDN","DestinationAddressFQDN" ]
action => "replace"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment