Skip to content

Instantly share code, notes, and snippets.

@ric03uec
Created February 2, 2014 10:08
Show Gist options
  • Save ric03uec/8765846 to your computer and use it in GitHub Desktop.
Save ric03uec/8765846 to your computer and use it in GitHub Desktop.
input {
stdin {
type => "stdin-type"
}
rabbitmq {
exchange => "rabbimq_exchange"
host => "172.17.0.2"
key => "key.exceptions"
queue => "queue.exceptions"
}
rabbitmq {
exchange => "rabbimq_exchange"
host => "172.17.0.2"
key => "key.logs"
queue => "queue.logs"
}
}
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