add external plugins info
This commit is contained in:
parent
af1e8ac63c
commit
731fb3596d
|
|
@ -14,9 +14,11 @@
|
||||||
1. Open a new [pull request][].
|
1. Open a new [pull request][].
|
||||||
|
|
||||||
#### Contributing an External Plugin *(experimental)*
|
#### Contributing an External Plugin *(experimental)*
|
||||||
Input plugins written for internal Telegraf can be run as externally-compiled plugins through the [Execd Input Plugin](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/execd) without having to change the plugin code.
|
Input, output, and processor plugins written for internal Telegraf can be run as externally-compiled plugins through the [Execd Input](plugins/inputs/execd), [Execd Output](/plugins/inputs/execd), and [Execd Processor](plugins/processors/execd) Plugins without having to change the plugin code.
|
||||||
|
|
||||||
Follow the guidelines of how to integrate your plugin with the [Execd Go Shim](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/execd/shim) to easily compile it as a separate app and run it from the inputs.execd plugin.
|
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`.
|
||||||
|
|
||||||
#### Security Vulnerability Reporting
|
#### 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
|
InfluxData takes security and our users' trust very seriously. If you believe you have found a security issue in any of our
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue