We are chasing a problem where logstash stops listening, and starts logging this over and over:
[2017-11-17T13:57:44,949][ERROR][logstash.outputs.elasticsearch]
Encountered a retryable error. Will Retry with exponential backoff
{:code=>400, :url=>"http://<IP of ES endpoint>:9200/_bulk"}
How do we get more debug/detail out of logstash to chase this?