Skip to content

Instantly share code, notes, and snippets.

@FranDepascuali
Last active June 11, 2016 14:00
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 FranDepascuali/0ffa4c94eb6e7be330f9c11c6e840ef1 to your computer and use it in GitHub Desktop.
Save FranDepascuali/0ffa4c94eb6e7be330f9c11c6e840ef1 to your computer and use it in GitHub Desktop.
input {
syslog {
host => localhost
port => 5000
}
}
filter {
}
output {
elasticsearch { hosts => ["localhost:9200"] }
stdout { codec => rubydebug }
}
*.* @127.0.0.1:5000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment