to_unix_timestamp, get error "invalid timestamp format: input contains invalid characters" #10634
-
hi there,
event.start a correct timestamp,
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hey @StefanSa I think you just need to remove the |
Beta Was this translation helpful? Give feedback.
-
@spencergilbert |
Beta Was this translation helpful? Give feedback.
Hey @StefanSa I think you just need to remove the
t'...'
from that last line. That's instructing VRL to treat the contents as a literal timestamp, you just want the value at that path so just doingto_unix_timestamp(.event.start, unit: "milliseconds")
should work for you.