Help to parse date time

Hi,

I am trying to parse datetime bellow on logstash but i couldnt.

The line is:

"Aug 13, 2022 02:24:02.532177318 -03"|10.191.69.248|60542|10.110.62.45|3868|||PABLM01-SAECIS01-Gx-Openet;787252731;575065246;62f6e893-9e02||||2001

Does anyone now how can i parse this first field "Aug 13, 2022 02:24:02.532177318 -03" to nanosecond in @timestamp field ?

The date filter does not support nanosecond precision. The json filter does, so you can do something like this.

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