Skip to content

Commit

Permalink
Update transform_rewrite.md (#825)
Browse files Browse the repository at this point in the history
* Update transform_rewrite.md

typo

* Update transform_rewrite.md

2nd typo
  • Loading branch information
jpmens authored Sep 27, 2024
1 parent f7a6a72 commit 6174bd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/transformers/transform_rewrite.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ For more details, see the feature request [here](https://github.com/dmachard/go-
Options:

* `identifiers` (map)
> Expect a key/value where the key is the namf of the field to rewrite (Please refer to the [`flat-json`](../dnsjson.md#flat-json-format-recommended) output to see all identifiers keys ) and the value is the new one.
> Expect a key/value where the key is the name of the field to rewrite (Please refer to the [`flat-json`](../dnsjson.md#flat-json-format-recommended) output to see all identifier keys ) and the value is the new one.
Config example to remove the DNStap version and update the identity name.

Expand All @@ -18,4 +18,4 @@ transforms:
identifiers:
dnstap.version: ""
dnstap.identity: "foo"
```
```

0 comments on commit 6174bd8

Please sign in to comment.