Skip to content

Commit

Permalink
Merge pull request #490 from splunk/log_path/dell_rsa
Browse files Browse the repository at this point in the history
Fix `date-parser()` template
  • Loading branch information
Ryan Faircloth authored and GitHub committed May 27, 2020
2 parents dca1fb9 + 53e2dfc commit b12c380
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ log {
#parse the date
date-parser-nofilter(format(
'%Y-%m-%d %H:%M:%S,%f')
template("${.rsa.time},${.rsa.ms}")
template("${.rsa.time} ${.rsa.ms}")
);
};
if {
Expand Down

0 comments on commit b12c380

Please sign in to comment.