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

add rewrite transform + quote some text directives #756

Merged
merged 7 commits into from
Jun 28, 2024

Conversation

dmachard
Copy link
Owner

@dmachard dmachard commented Jun 26, 2024

This PR implements #527

  • add rewrite transform
  • add tests
  • quote dnstap version directive
  • quote dnstap identity directive
  • quote peer-name
  • add docs
  • Update README.md

Config example

  - name: tap
    dnstap:
      listen-ip: 0.0.0.0
      listen-port: 6000
    transforms:
      rewrite:
        identifiers:
          dnstap.version: ""
          dnstap.identity: "foo"

escape dnstap version directive
@dmachard dmachard changed the title add rewrite transform add rewrite transform + escape some text directives Jun 27, 2024
@dmachard dmachard changed the title add rewrite transform + escape some text directives add rewrite transform + quote some text directives Jun 27, 2024
@dmachard dmachard merged commit 04c7744 into main Jun 28, 2024
55 checks passed
@dmachard dmachard deleted the new_transform_rewrite branch June 28, 2024 20:49
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