Skip to content

Instantly share code, notes, and snippets.

@ejholmes
Forked from pblittle/logstash.conf
Last active August 29, 2015 14:05
Show Gist options
  • Save ejholmes/765f3a9d9d9430c6d848 to your computer and use it in GitHub Desktop.
Save ejholmes/765f3a9d9d9430c6d848 to your computer and use it in GitHub Desktop.
input {
tcp {
port => 1514
type => "syslog"
tags => ["input_heroku_syslog"]
}
}
output {
stdout {
codec => rubydebug
}
elasticsearch {
embedded => true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment