Geoffrey Byers

Results 1 issues of Geoffrey Byers

Using the slack output plugin causes an exception. ``` bin/logstash -e ' input { stdin { codec => json } } output { slack { url => "http://requestb.in/116n7581" } }'...