Skip to content

Instantly share code, notes, and snippets.

@hancengiz
Created March 19, 2013 13:09
Show Gist options
  • Save hancengiz/5195968 to your computer and use it in GitHub Desktop.
Save hancengiz/5195968 to your computer and use it in GitHub Desktop.
input {
amqp {
type => "all"
host => "127.0.0.1"
exchange => "log4net.gelf.appender"
name => "consumer.log4net.gelf.appender"
durable=> true
debug=>true
key=> "#"
}
}
output {
stdout { debug => true debug_format => "json"}
elasticsearch {
host => "127.0.0.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment