Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support extended dnstap #548

Merged
merged 9 commits into from
Jan 18, 2024
Merged

support extended dnstap #548

merged 9 commits into from
Jan 18, 2024

Conversation

dmachard
Copy link
Owner

@dmachard dmachard commented Jan 17, 2024

This feature add the support of the extended dnstap as proposed in #516

  • atags
  • filtering
  • publicsuffix
  • geoip

Additional metadata generated by various transformations such as filtering, atags, normalize and others will be added in the extra field with the DNSTap logger and properly decoded by the DNSTap collector

The new settings extended-support has been added for the dnstapclient and dnstap collector

  - name: central
    dnstapclient:
      transport: tcp
      remote-address: 127.0.0.1
      remote-port: 6002
      extended-support: true

If the extended-support is not enabled in the remote DNSCollector, the extra field will be decoded as string

@dmachard dmachard merged commit 1e696cf into main Jan 18, 2024
69 checks passed
@dmachard dmachard deleted the other-fields-to-extra branch January 19, 2024 21:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant