From 8792a5fd5ebe7f8e48d9f8cc1ce4a95a67a12314 Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Tue, 4 Feb 2020 13:54:11 -0800 Subject: [PATCH] Exclude processors and aggregators from minimal config example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 806df0139..7df2067cc 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ telegraf config > telegraf.conf #### Generate config with only cpu input & influxdb output plugins defined: ``` -telegraf --input-filter cpu --output-filter influxdb config +telegraf --section-filter agent:inputs:outputs --input-filter cpu --output-filter influxdb config ``` #### Run a single telegraf collection, outputing metrics to stdout: