Grok Pattern for line - custom date

I am trying to use a grok pattern to get the fields from the following. any help with this especially with the custom date?

0E7 10JUN21 23:37:53.8 Track 1 EZ: 100 EX: 72 Speed: 36 mph

I need to get the fields;

"date" "time" "Track 1" "EZ" "EX" "Speed"

I have tried to get the date pattern but with no luck

For date use :

%{INT:date}%{GREEDYDATA:mon}%{BASE10NUM :year}

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