This plugin is based off logstash-input-http_poller by @logstash-plugins.
This Logstash input plugin allows you to call Burrow HTTP API and send its output as events.
The license is Apache 2.0.
input {
burrow {
client => {
url => "http://localhost:8000"
}
# Supports "cron", "every", "at" and "in" schedules by rufus scheduler
# this should relate to Burrow offset-refresh
schedule => { every => "60s"}
}
}
output {
stdout {
codec => rubydebug
}
}
bundle install
bundle exec rspec
logstash-plugin install logstash-input-burrow
gem build logstash-input-burrow.gemspec
logstash-plugin install logstash-input-burrow-1.0.0.gem