You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
We do support epoch_second, epoch_mili and epoch_nano, but noticed some users need epoch_micro as well.
We have a workaround using value_expression in add_entires to convert micro seconds to other format we support. But we might as well add this epoch_micro option to save the need for an additional processor.
Describe the solution you'd like
Support epoch_micro in date processor patterns
Describe alternatives you've considered (Optional)
Use value_expression in add_entires to convert micro seconds to other format we support
Additional context
N/A
The text was updated successfully, but these errors were encountered:
@Utkarsh-Aga Absolutely. Thank you for offering to do this!
Please refer to this guideline for the process to open pull requests. Also you may find this developer guide helpful. Feel free to let us know if you have further questions.
Is your feature request related to a problem? Please describe.
We do support epoch_second, epoch_mili and epoch_nano, but noticed some users need epoch_micro as well.
We have a workaround using
value_expression
inadd_entires
to convert micro seconds to other format we support. But we might as well add thisepoch_micro
option to save the need for an additional processor.Describe the solution you'd like
Support epoch_micro in date processor patterns
Describe alternatives you've considered (Optional)
Use
value_expression
inadd_entires
to convert micro seconds to other format we supportAdditional context
N/A
The text was updated successfully, but these errors were encountered: