Skip to content

Instantly share code, notes, and snippets.

@danburke
Forked from pblittle/logstash.conf
Last active August 29, 2015 14:04
Show Gist options
  • Save danburke/060f0cc77f83a77bd7ef to your computer and use it in GitHub Desktop.
Save danburke/060f0cc77f83a77bd7ef to your computer and use it in GitHub Desktop.
input {
stdin {
type => "stdin-type"
}
}
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