1.0 KiB
1.0 KiB
title | description | menu | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
Integrate with external plugins | External plugins are external programs that are built outside of Telegraf that can run through an `execd` plugin. |
|
External plugins are external programs that are built outside
of Telegraf that can run through an execd
plugin. These external plugins allow for
more flexibility compared to internal Telegraf plugins. Benefits to using external plugins include:
- Access to libraries not written in Go
- Using licensed software (not available to open source community)
- Including large dependencies that would otherwise bloat Telegraf
- Using your external plugin immediately without waiting for the Telegraf team to publish
- Easily convert plugins between internal and external using the shim
{{< children hlevel="h2" >}}