Skip to content

Instantly share code, notes, and snippets.

@btashton
Last active August 29, 2015 14:08
Show Gist options
  • Save btashton/eb36d37e6cfc9800a63e to your computer and use it in GitHub Desktop.
Save btashton/eb36d37e6cfc9800a63e to your computer and use it in GitHub Desktop.
logstashconfig
input {
stdin {
type => "stdin-type"
}
udp {
port => 9000
codec => json
}
}
output {
stdout {
codec => rubydebug
}
elasticsearch_http {
host => "54.173.20.146"
port => "9200"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment