Created
September 17, 2013 18:58
-
-
Save timconradinc/6599066 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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