Now I came over a log file, that has Json entries and the date and time is provided like this:
2021-12-02T07:13:24.5072497ZI tried to use this pattern,
%d{yyyy-MM-ddTHH:mm:ss.fffffffzzz}but it says "Timestamp not found for log entry".
Does anybody know, how which pattern would work?