'Loki timestamp from irregular format

How can Loki derive the timestamp from a log file line that looks like following with this date time format DD.MM.YY HH:mm:SS::

0094 11.03.22 14:21:45: 0003 .............

I tried to derive a field via enter image description here

but it is not "smart" enough to know it is a date and a time. The resulting Grafana panel is still wrong:

enter image description here



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source