How to extract the time stamp from

If [my_time] is a string you can use mutate { gsub => [ "my_time", "Z$", "" ] }.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.