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
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_expressioninadd_entiresto convert micro seconds to other format we support. But we might as well add thisepoch_microoption 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_expressioninadd_entiresto convert micro seconds to other format we supportAdditional context
N/A