-
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
Update field-mapping.asciidoc that Epoch format is not supported as dynamic date format #98338
Conversation
…ynamic date format Update field-mapping.asciidoc that Epoch format is not supported as dynamic date format
Documentation preview: |
@kunisen please enable the option "Allow edits and access to secrets by maintainers" on your PR. For more information, see the documentation. |
Pinging @elastic/es-docs (Team:Docs) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @kunisen ! I've left a suggestion. What do you think?
Thank you Abdon!! 🙇 |
Co-authored-by: Abdon Pijpelink <[email protected]>
💔 Backport failedYou can use sqren/backport to manually backport by running |
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation |
…ynamic date format (elastic#98338) * Update field-mapping.asciidoc that Epoch format is not supported as dynamic date format Update field-mapping.asciidoc that Epoch format is not supported as dynamic date format * Update docs/reference/mapping/dynamic/field-mapping.asciidoc Co-authored-by: Abdon Pijpelink <[email protected]> --------- Co-authored-by: Abdon Pijpelink <[email protected]> (cherry picked from commit 225503a)
…ynamic date format (#98338) (#98340) * Update field-mapping.asciidoc that Epoch format is not supported as dynamic date format Update field-mapping.asciidoc that Epoch format is not supported as dynamic date format * Update docs/reference/mapping/dynamic/field-mapping.asciidoc Co-authored-by: Abdon Pijpelink <[email protected]> --------- Co-authored-by: Abdon Pijpelink <[email protected]> (cherry picked from commit 225503a) Co-authored-by: Kuni Sen <[email protected]>
Update field-mapping.asciidoc that Epoch format is not supported as dynamic date format per https://github.com/elastic/elasticsearch/blob/main/server/src/main/java/org/elasticsearch/index/mapper/RootObjectMapper.java#L430-L431
It's in the code but not documented, and this PR is to document it explicitly.
gradle check
?