Fix shim and other link (#3336)
parent
f2642bce53
commit
387eec6ae1
|
|
@ -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/)
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue