2020-08-27 06:43:35 +08:00
|
|
|
### External Plugins
|
|
|
|
|
|
2021-09-10 03:32:30 +08:00
|
|
|
|
2020-08-27 06:43:35 +08:00
|
|
|
|
|
|
|
|
- External plugins can be written in any language (internal Telegraf plugins can only written in Go)
|
|
|
|
|
- External plugins can access to libraries not written in Go
|
|
|
|
|
- Utilize licensed software that isn't available to the open source community
|
|
|
|
|
- Can include large dependencies that would otherwise bloat Telegraf
|
|
|
|
|
|
|
|
|
|
- [inputs.execd](/plugins/inputs/execd)
|
|
|
|
|
- [processors.execd](/plugins/processors/execd)
|
|
|
|
|
- [outputs.execd](/plugins/outputs/execd)
|
|
|
|
|
|