The Remap parse_timestamp
function format
argument should be optional
#5496
Labels
domain: parsing
Anything related to parsing within Vector
domain: vrl
Anything related to the Vector Remap Language
type: enhancement
A value-adding code change that enhances its existing functionality.
Milestone
I think this is already implemented in the
to_timestamp
function. To make timestamp parsing easier, we should do what we currently do in our legacy types conversion code:https://github.com/timberio/vector/blob/2ab17c8ac514211d5579d16821b5e47c050c745b/src/types.rs#L205-L228
That is, automatically detect and parse common formats.
The text was updated successfully, but these errors were encountered: