Skip to content

Instantly share code, notes, and snippets.

@timconradinc
Created April 2, 2013 16:11
Show Gist options
  • Save timconradinc/5293479 to your computer and use it in GitHub Desktop.
Save timconradinc/5293479 to your computer and use it in GitHub Desktop.
dnslookups
mutate {
type => "PaloAltoTestTrafficLog"
add_field => ["SourceAddressFQDN", ""]
add_field => ["DestinationAddressFQDN", ""]
}
mutate {
type => "PaloAltoTestTrafficLog"
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