From 98231f8b6bdc8c741ee1155d4fc56b1b8f444086 Mon Sep 17 00:00:00 2001 From: Ruud Bijnen Date: Fri, 14 Dec 2018 19:56:21 +0100 Subject: [PATCH] Fix converter processor example (#5146) --- plugins/processors/converter/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/processors/converter/README.md b/plugins/processors/converter/README.md index 939b44ce8..d56985d84 100644 --- a/plugins/processors/converter/README.md +++ b/plugins/processors/converter/README.md @@ -48,7 +48,7 @@ will overwrite one another. [processors.converter.fields] integer = ["scboard_*"] - tag = ["ParseServerConfigGeneration"] + tag = ["ParentServerConfigGeneration"] ``` ```diff