Hi,
I have a timestamp as nanoseconds in an access log that I want to store in ES. I understand that the timestamp in ES is stored as milliseconds and that I'll need to convert. Will I have to use mutate and gsub to trim the last six digits from my nanoseconds timestamp? If so how would I go about that?
Thanks, Steve.