TAI64N Date Formats

Posted on Mar 15, 2022 at 4:50 PM
Does LogViewPlus support TAI64N date formats?
Posted on Mar 15, 2022 at 4:56 PM
Yes, LogViewPlus supports the TAI64N date format as well as other variants of TAI dates. You will need to force identification of the date by specifying the format with: %d{TAI}

For example, if your log line looks like:
4000000056d4a439 my message

You can parse this by using a Pattern Parser with the format:
%d{TAI} %m%n

Variants of TAI are determined automatically.  All TAI dates are parsed with the same %d{TAI} override.

Hope that helps,

Toby

This topic is closed and cannot receive new replies.