From e5b6e629c42480328964e0f08c66b04bdaf1eaf1 Mon Sep 17 00:00:00 2001 From: Samantha Wang <32681364+sjwang90@users.noreply.github.com> Date: Mon, 19 Sep 2022 09:00:35 -0700 Subject: [PATCH] docs: update customization docs (#11822) --- docs/CUSTOMIZATION.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/CUSTOMIZATION.md b/docs/CUSTOMIZATION.md index ea96ead5f..ae551d79d 100644 --- a/docs/CUSTOMIZATION.md +++ b/docs/CUSTOMIZATION.md @@ -1,10 +1,11 @@ # Customization -You can build customized versions of Telegraf with a specific plugin set -using [build-tags](https://pkg.go.dev/cmd/go#hdr-Build_constraints). -The plugins can be selected either category-wise, i.e. `inputs`, `outputs`, -`processors`, `aggregators` and `parsers` or individually, e.g. `inputs.modbus` -or `outputs.influxdb`. +You can build customized versions of Telegraf with a specific plugin set using +the [custom builder](/tools/custom_builder) tool or +[build-tags](https://pkg.go.dev/cmd/go#hdr-Build_constraints). +For build tags, the plugins can be selected either category-wise, i.e. +`inputs`, `outputs`,`processors`, `aggregators` and `parsers` or +individually, e.g. `inputs.modbus` or `outputs.influxdb`. Usually the build tags correspond to the plugin names used in the Telegraf configuration. To be sure, check the files in the corresponding