logstash-plugins / logstash-output-graphite

Apache License 2.0
9 stars 15 forks source link

Make graphite plugin resilient to IOError #4

Closed elasticsearch-bot closed 9 years ago

elasticsearch-bot commented 9 years ago

Add IOError to the list of problems caught when attempting to write to Graphite. Reason was because "IOError: Connection timed out" would percolate out to the top level and exit logstash. Moved from https://github.com/elasticsearch/logstash/pull/1299

suyograo commented 9 years ago

@darren-fhf can you please perform step 2 of https://github.com/elasticsearch/logstash/blob/master/CONTRIBUTING.md#contribution-steps

elasticsearch-bot commented 9 years ago

Merged sucessfully into master!