From e6165ecd182da7e49b3b965724114fb3463a9ac7 Mon Sep 17 00:00:00 2001 From: Steven Soroka Date: Mon, 29 Mar 2021 10:40:28 -0400 Subject: [PATCH] readme fix (#9064) closes #9060 --- plugins/processors/execd/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/processors/execd/README.md b/plugins/processors/execd/README.md index 79c354bdd4dec..6f8d376a01171 100644 --- a/plugins/processors/execd/README.md +++ b/plugins/processors/execd/README.md @@ -23,7 +23,7 @@ Telegraf minimum version: Telegraf 1.15.0 ### Configuration: ```toml -[[processor.execd]] +[[processors.execd]] ## One program to run as daemon. ## NOTE: process and each argument should each be their own string ## eg: command = ["/path/to/your_program", "arg1", "arg2"]