Skip to content

Instantly share code, notes, and snippets.

@nchaulet
Last active August 29, 2015 14:05
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 nchaulet/62dc81b6b6d527c8bc72 to your computer and use it in GitHub Desktop.
Save nchaulet/62dc81b6b6d527c8bc72 to your computer and use it in GitHub Desktop.
test.conf
input {
gelf {
type => "gelf"
}
}
output {
elasticsearch {
embedded => true
}
elasticsearch_http {
host => "127.0.0.1"
port => 9200
flush_size => 1
index => "test"
}
stdout {
codec => rubydebug
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment