Missing leading zeros in CSV timestamp

cyberknutte

New Member
Hi,
I am trying to monitor the CSV file in a log analytics system (Splunk), but I'm getting problems due to missing leading zeros in the timestamp. Are there any particular reason for using this format?
It would be great to have an option to enable ISO 8601 compliant format like this: 2020-01-28T20:03:46.789

Cheers,
Andreas
 
Last edited:
The problem is that I cannot correlate with other data sources like Windows Perfmon counters and custom application logs. This is what Splunk does great.
Another issue is the use of percent signs in the column names. It would be great if this was possible to configure.

// Andreas
 
Back
Top