-
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
failed to parse field #30
Comments
Can you provide the es schema and the foreign table definition please as well as an example insert statement that fails. Thank you. |
Thank you for your reply.To keep things simple, I wrote an es schema and the foreign table definition just for testing, and the effect is the same as the production ENV.I am ES beginner, please instruct, thank you very much! ES Version 7.14.1 es schema: foreign table definition: insert statement: info: The following is the data inserted using logstash, which is the result I want:["tupd"] The foreign Table Definition field is defined as the TIMESTAMP type and data can be inserted, but milliseconds and time zone are lost as a result.
|
[created_stamp] field is Timestamptz type, an error occurred when inserting data:
failed: RequestError(400, 'mapper_parsing_exception', "failed to parse field [created_stamp] of type [date] in document with id '1111111111'. Preview of field's value: '2018-05-28 19:00:15.359+08'")
The text was updated successfully, but these errors were encountered: