Closed
Description
When decoding PowerDNS protobuf logs the timestamps always are yyyy-mm-dd[T]hh:mm:ss.000SSSSSSZ
This is because the timestamps powerdns uses are in usec and they are stored in the DnsMessage objects as nsec without conversion here:
Please add a conversion factor (* 1e3) to fix this issue.
Metadata
Metadata
Assignees
Labels
No labels