-
-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mapper parsing exceptions with date fields #20
Comments
I think the default config for the date mapping could be 'format' => 'yyyy-MM-dd HH:mm:ss'. |
Hey @rmundel, sorry for the late reply. You should define the date format when creating an index. |
Hey man! Thanks for the work btw. I lost the errors log but was somthing like this: Success log example:
Failure log example:
I think this issue should be in the scout driver repo right? Thanks. |
Maybe the ES Scout Driver could read the ES response and fail the job? |
@rmundel, definitely. If there is an error, the document manager should throw an exception. Unfortunately, I didn't have time yet to look into it. |
Hey @babenkoivan, no worries! Thanks for the effort. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days |
Hey, first of all, awesome work!
I'm playing around with the new elastic packages and I'm getting some issues trying to parse date fields with the follow config:
It reports a successfull job but debugging the underlying elastic request gives me the following output:
The text was updated successfully, but these errors were encountered: