telegraf/docs/EXTERNAL_PLUGINS.md

465 B

External Plugins

  • 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

  • processors.execd

  • outputs.execd