From f64d6122946e97b0e3fb30c651959b5eaa6ae440 Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Mon, 11 Jun 2018 14:43:28 -0700 Subject: [PATCH] Reword converter description --- 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 69c2cc275..80c210aa4 100644 --- a/plugins/processors/converter/README.md +++ b/plugins/processors/converter/README.md @@ -1,7 +1,7 @@ # Converter Processor The converter processor is used to change the type of tag or field values. In -addition to changing field types it can convert fields to tags and vis versa. +addition to changing field types it can convert between fields and tags. Values that cannot be converted are dropped.