Fix shim and other link (#3336)

pull/3342/head
noramullen1 2021-11-02 09:38:27 -07:00 committed by GitHub
parent f2642bce53
commit 387eec6ae1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View File

@ -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/)

View File

@ -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