I'm using FME 2018.0.
I originally thought this was a problem with the dynamic attribute definition of the writer, but for this test I have used a Manual schema.Â
I don't understand why, but the writer is trying to parse a date that I am not seeing in the inspector. The value for Modified_date in the inspector is:Â
2011-05-27
The response I get from the error is:
{
    "took": 3,
    "errors": true,
    "items": <
        {
            "index": {
                "_index": "testing_2",
                "_type": "drawings",
                "_id": "3mN9KWMBLz2D_kWNISIW",
                "status": 400,
                "error": {
                    "type": "mapper_parsing_exception",
                    "reason": "failed to parse Modified_date]",
                    "caused_by": {
                        "type": "illegal_field_value_exception",
                        "reason": "Cannot parse \"0000/00/00 00:00:00.000\": Value 0 for monthOfYear must be in the range Â1,12]"
                    }
                }
            }
        },
        {
            "index": {
                "_index": "testing_2",
                "_type": "drawings",
                "_id": "32N9KWMBLz2D_kWNISIW",
                "status": 400,
                "error": {
                    "type": "mapper_parsing_exception",
                    "reason": "failed to parse Modified_date]",
                    "caused_by": {
                        "type": "illegal_field_value_exception",
                        "reason": "Cannot parse \"0000/00/00 00:00:00.000\": Value 0 for monthOfYear must be in the range S1,12]"
                    }
                }
            }
        }
    ]
}