-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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
failed to parse date field after upgrade to 7.11.x from 7.10.2 #69382
Comments
Pinging @elastic/es-core-infra (Team:Core/Infra) |
@Robert-Saiter Thank you for submitting the issue. |
My apologies, hopefully I did not post in the wrong location. This issue occurs only in Kibana when attempting to pull any data from our existing indexes while on the 7.11.x versions. I posted the error displayed in Kibana above, I can retrieve further logs or info as requested. |
Using epoch times in scientific notation was deprecated in 6.6. This was a feature of Joda time that was not carried over into Java time. So it would seem you are using Java dates, though that would have been expected in 7.10 as well (we started using java dates in 7.0 by default). As Mayya mentioned, the Elasticsearch log messages for the failure would be necessary for us to investigate at all. /cc @pgomulka |
Thank you, I will close this out as it is working as intended. I've notified my internal team about this change and they will need to correct it on their end. I appreciate you taking a look and providing me with these details so quickly. |
@Robert-Saiter can you please report back to use what was causing this on your end? I would like to investigate this more closely but I am not sure how to reproduce this. |
We've tracked down a bug from where if you send a |
I've marked #70040 as closing this one because I'm fairly sure this is about the |
We are getting the following error after upgrading from 7.10.2 to 7.11.0 (subsequent update to 7.11.1 did not resolve the issue).
failed to parse date field [1.613970929E12] with format [strict_date_optional_time||epoch_millis]
Mapping is basic and remains unchanged from 7.10.2 configuration.
Fields throwing the error....
We have multiple deployments and only the ones upgraded to 7.11.x are having this issue.
Since nothing on our end changed and I didn't see anything in the 7.11.x breaking changes or release notes I am posting here. Please let me know what I can provide to assist with reproducing or identifying the issue.
Thank you
The text was updated successfully, but these errors were encountered: