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:
You can parse this by using a Pattern Parser with the format:
Variants of TAI are determined automatically. All TAI dates are parsed with the same %d{TAI} override.
Hope that helps,
Toby
For example, if your log line looks like:
4000000056d4a439 my messageYou can parse this by using a Pattern Parser with the format:
%d{TAI} %m%nVariants 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.