telegraf/docs/EXTERNAL_PLUGINS.md

14 lines
465 B
Markdown
Raw Normal View History

### External Plugins
2021-09-10 03:32:30 +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)