Date parsing (timestamp)

Hi how to parse this date in a log file?

2018-02-22T18:15:34.000+0100

thanks in advance

Use a date filter. The ISO8601 date pattern should work for that kind of timestamp.

thanks!