Skip to content

Commit

Permalink
Added example for hand testing
Browse files Browse the repository at this point in the history
Fixes #33
  • Loading branch information
andrewvc authored and jordansissel committed Jul 30, 2015
1 parent 5b41008 commit 6280ebd
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions examples/rabbitmq_stdout.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
input {
rabbitmq {
host => "localhost"
exchange => "foo"
queue => "foo_ls_test"
}
}

output {
stdout {
codec => rubydebug
}
}

0 comments on commit 6280ebd

Please sign in to comment.