-
Notifications
You must be signed in to change notification settings - Fork 24.8k
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
Configurable output format for date processor #61324
Configurable output format for date processor #61324
Conversation
Pinging @elastic/es-core-features (:Core/Features/Ingest) |
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.
LGTM
Thanks @dakrone! |
@elasticmachine run elasticsearch-ci/packaging-sample-unix |
Now that elastic#61324 is merged it is possible for the find_file_structure endpoint to suggest using date_nanos fields for timestamps where the timestamp format provides greater than millisecond accuracy.
Now that #61324 is merged it is possible for the find_file_structure endpoint to suggest using date_nanos fields for timestamps where the timestamp format provides greater than millisecond accuracy.
Now that #61324 is merged it is possible for the find_file_structure endpoint to suggest using date_nanos fields for timestamps where the timestamp format provides greater than millisecond accuracy.
@danhermann this is still backport pending. Would it be possible for you to backport it to 7.x soon? I have made a change in the file structure finder that uses this and would like that to go into 7.10. |
Yes, I'll get that backported today. |
Adds an optional
output_format
setting to the date processor that controls the formatting of the date. Supports the same formats as theformats
option and can be used to output times including microsecond or nanosecond components.Resolves #42523.