logstash-plugins / logstash-input-heroku

Apache License 2.0
8 stars 12 forks source link

heroku input finishes randomly #3

Closed jordansissel closed 9 years ago

jordansissel commented 9 years ago

(This issue was originally filed by @gauravarora at https://github.com/elastic/logstash-contrib/issues/39)


I recently installed logstash to get logs from a couple of heroku apps. The problem is that the heroku input closes randomly. This causes the logstash instance to stop because I have only one input configured.

This problem is visible not just with the logstash contrib plugin but can also be observed using the heroku toolbelt so this is not the input's fault. I added a simple solution to my local contrib installation by wrapping the log tailing in the heroku input in a while loop.

I would like to ask if this is a valid solution and if yes then I will submit a PR for this fix.

wiibaa commented 9 years ago

@jordansissel @suyograo Dup of #1