diff --git a/package/etc/conf.d/log_paths/lp-common_event_format.conf.tmpl b/package/etc/conf.d/log_paths/lp-common_event_format.conf.tmpl index 65486fe..506aeba 100644 --- a/package/etc/conf.d/log_paths/lp-common_event_format.conf.tmpl +++ b/package/etc/conf.d/log_paths/lp-common_event_format.conf.tmpl @@ -16,12 +16,20 @@ parser p_cef_header { }; parser p_cef_ts_rt { - date-parser-nofilter(format('%s.%f','%s') + date-parser-nofilter(format( + '%s.%f', + '%s', + '%b %d %H:%M:%S', + '%b %d %Y %H:%M:%S') template("${.cef.rt}") ); }; parser p_cef_ts_end { - date-parser-nofilter(format('%s.%f','%s') + date-parser-nofilter(format( + '%s.%f', + '%s', + '%b %d %H:%M:%S', + '%b %d %Y %H:%M:%S') template("${.cef.end}") ); };