Skip to content

Instantly share code, notes, and snippets.

@mrlesmithjr
Created May 9, 2014 14:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrlesmithjr/84dce4612eda26fe90d4 to your computer and use it in GitHub Desktop.
Save mrlesmithjr/84dce4612eda26fe90d4 to your computer and use it in GitHub Desktop.
input {
udp {
type => "syslog"
port => "514"
}
filter {
if [type] == "syslog" {
dns {
reverse => [ "host" ] action => "replace"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment