Skip to content
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

Support a destination_format option in the date processor to format result with DateTimeFormatter #3537

Open
graytaylor0 opened this issue Oct 20, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@graytaylor0
Copy link
Member

Is your feature request related to a problem? Please describe.
As a user of the date processor, I am unable to format the result of the conversion of my dates to ISO_8601 format strings. The result of the string is always the entire timestamp String (2023-07-23T15:28:15.081-05:00).

Describe the solution you'd like
An optional parameter in the date processor named destination_format. This format can be https://docs.oracle.com/javase/8/docs/api/java/time/format/DateTimeFormatter.html similar to the OpenSearch index, and will take the ISO_8601 timestamp String that is generated by the Date processor and format it to the DateTimeFormat specified

Describe alternatives you've considered (Optional)
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant