diff --git a/docs/transformers/transform_rewrite.md b/docs/transformers/transform_rewrite.md index 596a139b..9e2afc96 100644 --- a/docs/transformers/transform_rewrite.md +++ b/docs/transformers/transform_rewrite.md @@ -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. @@ -18,4 +18,4 @@ transforms: identifiers: dnstap.version: "" dnstap.identity: "foo" -``` \ No newline at end of file +```