Skip to content

Instantly share code, notes, and snippets.

@btashton
Forked from pblittle/logstash.conf
Last active August 29, 2015 14:26
Show Gist options
  • Save btashton/4b953938982b07baa92e to your computer and use it in GitHub Desktop.
Save btashton/4b953938982b07baa92e to your computer and use it in GitHub Desktop.
input {
syslog {
port => 5000
}
}
output {
elasticsearch {
embedded => ES_EMBEDDED
host => "ES_HOST"
port => "ES_PORT"
protocol => "http"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment