-
Notifications
You must be signed in to change notification settings - Fork 25.2k
ingest date processor parsing #51108
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
Comments
Pinging @elastic/es-core-features (:Core/Features/Ingest) |
Reproduced the behaviour in master.
Using stored fields I also get:
To me it also seems like an incorrect behaviour as defining the timezone shouldn't do a conversion on the _source field, but save it as |
Imho, as a user, if I have a date with a timezone e.g.: |
From what I see in 6.x it was working as you described @matriv |
Pinging @elastic/es-core-infra (:Core/Infra/Core) |
when a timezone is not provided Ingest logic should consider a time to be in a timezone provided as a parameter. When a timezone is provided Ingest should recalculate a time to the timezone provided as a parameter closes #51108
when a timezone is not provided Ingest logic should consider a time to be in a timezone provided as a parameter. When a timezone is provided Ingest should recalculate a time to the timezone provided as a parameter closes elastic#51108
Elasticsearch version: 7.4.2
JVM version : openjdk version "1.8.0_232"
OS version : 4.9.0-11-amd64 #1 SMP Debian 4.9.189-3+deb9u2 (2019-11-11) x86_64 GNU/Linux
Description of the problem including expected versus actual behavior:
trying to parse a timestamp with iso8601 format. I expect @timestamp 2020-01-15T14:28:09.452+01:00 but it shows 2020-01-15T15:28:09.452+01:00.
Steps to reproduce:
Result:
The text was updated successfully, but these errors were encountered: