Hello,
I have EPOCH "time": 1723791636 in the raw log which i want to parse and map to the udm.metadata.collected_timestamp.seconds .
But, when i try to map it doesn't show in the output, without any error.
Can anyone help me with this ?
Hi @sudeep_singh,
How are you mapping it to udm.metadata.collected_timestamp.seconds? Can you post the snippet?
Hi @Rene_Figueroa,
I got the solution which is similar to @citreno post.
Try something like this. Any date filters formats from logstash such as UNIX and UNIX_MS should work. With date filter you can ignore the .seconds, the filter handles the proto conversion internally. (Reference)