Skip to content

Commit

Permalink
Fix shim and other link (influxdata#3336)
Browse files Browse the repository at this point in the history
  • Loading branch information
noramullen1 authored Nov 2, 2021
1 parent f2642bc commit 387eec6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion content/telegraf/v1.20/external_plugins/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)



Expand Down
5 changes: 2 additions & 3 deletions content/telegraf/v1.20/external_plugins/shim.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 387eec6

Please sign in to comment.