From logstash I'm getting (removed extraneous info) :
:timestamp=>"2016-04-12T12:14:08.428000-0500"
:message=>"Failed action. "
"reason"=>"Invalid format: "2016-04-12T12:14:04.7872034-05:00" is malformed at "-04-12T12:14:04.7872034-05:00"
I have control over the date and made the logger output an ISO date.
In my mapping I've tried "date_optional_time", "date_time" and several others and just get the aforementioned error.
What is the correct format when my document contains:
"timestamp": "2016-04-12T12:10:42.5726374-05:00" ?