edit docs
This commit is contained in:
parent
2344a01e73
commit
72aa771891
|
|
@ -18,7 +18,7 @@ Input, output, and processor plugins written for internal Telegraf can be run as
|
|||
|
||||
Follow the guidelines of how to integrate your plugin with the [Execd Go Shim](/plugins/common/shim) to easily compile it as a separate app and run it with the respective `execd` plugin.
|
||||
|
||||
Check out some guidelines on how to build and set up your external plugins to run with `execd`.
|
||||
Check out our [guidelines](docs/EXTERNAL_PLUGINS.md#external-plugin-guidelines) on how to build and set up your external plugins to run with `execd`.
|
||||
|
||||
#### Security Vulnerability Reporting
|
||||
InfluxData takes security and our users' trust very seriously. If you believe you have found a security issue in any of our
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ The guidelines of writing external plugins would follow those for our general [i
|
|||
Please reference the documentation on how to create these plugins written in Go.
|
||||
|
||||
|
||||
## Execd Go Shim
|
||||
#### Execd Go Shim
|
||||
For Go plugins, there is a [Execd Go Shim](plugins/common/shim) that will make it trivial to extract an internal input, processor, or output plugin from the main Telegraf repo out to a stand-alone repo. This shim This allows anyone to build and run it as a separate app using one of the `execd`plugins:
|
||||
- [inputs.execd](/plugins/inputs/execd)
|
||||
- [processors.execd](/plugins/processors/execd)
|
||||
|
|
|
|||
Loading…
Reference in New Issue