docs: update customization docs (#11822)

This commit is contained in:
Samantha Wang 2022-09-19 09:00:35 -07:00 committed by GitHub
parent 2b7cafcdbe
commit e5b6e629c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 5 deletions

View File

@ -1,10 +1,11 @@
# Customization # Customization
You can build customized versions of Telegraf with a specific plugin set You can build customized versions of Telegraf with a specific plugin set using
using [build-tags](https://pkg.go.dev/cmd/go#hdr-Build_constraints). the [custom builder](/tools/custom_builder) tool or
The plugins can be selected either category-wise, i.e. `inputs`, `outputs`, [build-tags](https://pkg.go.dev/cmd/go#hdr-Build_constraints).
`processors`, `aggregators` and `parsers` or individually, e.g. `inputs.modbus` For build tags, the plugins can be selected either category-wise, i.e.
or `outputs.influxdb`. `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 Usually the build tags correspond to the plugin names used in the Telegraf
configuration. To be sure, check the files in the corresponding configuration. To be sure, check the files in the corresponding