From 6174bd88d8e906d7fe33401b1c206be4cd67b183 Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Fri, 27 Sep 2024 18:58:02 +0200 Subject: [PATCH] Update transform_rewrite.md (#825) * Update transform_rewrite.md typo * Update transform_rewrite.md 2nd typo --- docs/transformers/transform_rewrite.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +```