I am running Logstash 2.2.0 with the google_bigquery community plugin.
The bigquery plugin has no error handling and when it encounters a problem it dies taking logstash with it.
I start logstash back up and continue on to the next error where the process repeats itself.
Is there anything in the logstash config I can do so that abnormal termination of an output plugin doesn't cause logstash to die but instead restart the failed output plugin?