dmachard / go-dnscollector

Ingesting, pipelining, and enhancing your DNS logs with usage indicators, security analysis, and additional metadata.
MIT License
184 stars 43 forks source link

update normalize transform to replace non printable characters #754

Closed dmachard closed 1 month ago

dmachard commented 1 month ago

fix #753

Add a new settings to replace non printable characters with decimal value

  transforms:
    normalize:
      qname-replace-nonprintable: true

The domain "invalid\tinvalid . com" will be invalid\009invalid\032.\032com.