Your timestamp field has been mapped as a date field with a certain format and now you're sending documents with an incompatible format of that field.
You should probably be using (different) date filters to parse the timestamp field into @timestamp and then delete the original timestamp field.