Skip to content

Commit

Permalink
doc - fix config rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
dmachard committed Jun 29, 2024
1 parent 0f18824 commit c675005
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions docs/transformers/transform_rewrite.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,9 @@ Options:
Config example to remove the DNStap version and update the identity name.

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

0 comments on commit c675005

Please sign in to comment.