diff --git a/content/telegraf/v1.20/external_plugins/_index.md b/content/telegraf/v1.20/external_plugins/_index.md index a0addc02a..4b0085b13 100644 --- a/content/telegraf/v1.20/external_plugins/_index.md +++ b/content/telegraf/v1.20/external_plugins/_index.md @@ -14,7 +14,7 @@ more flexibility compared to internal Telegraf plugins. Benefits to using extern - Using licensed software (not available to open source community) - Including large dependencies that would otherwise bloat Telegraf - Using your external plugin immediately without waiting for the Telegraf team to publish -- Easily convert plugins between internal and external using the [shim](/plugins/common/shim) +- Easily convert plugins between internal and external using the [shim](/telegraf/latest/external_plugins/shim/) diff --git a/content/telegraf/v1.20/external_plugins/shim.md b/content/telegraf/v1.20/external_plugins/shim.md index 5be33f372..f76e62941 100644 --- a/content/telegraf/v1.20/external_plugins/shim.md +++ b/content/telegraf/v1.20/external_plugins/shim.md @@ -9,12 +9,11 @@ menu: --- The shim makes it easy to extract an internal input, -processor, or output plugin from the main Telegraf repo out to a stand-alone -repo. This allows anyone to build and run it as a separate app using one of the +processor, or output plugin from the main Telegraf repo out to a stand-alone repo. This allows anyone to build and run it as a separate app using one of the `execd` plugins: - [inputs.execd](https://github.com/influxdata/telegraf/blob/master/plugins/inputs/execd) - [processors.execd](https://github.com/influxdata/telegraf/blob/master//plugins/processors/execd) -- [outputs.execd](https://github.com/influxdata/telegraf/blob/master//plugins/outputs/execd) +- [outputs.execd](https://github.com/influxdata/telegraf/blob/master/plugins/outputs/execd) ## Extract a plugin using the shim wrapper