You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a docker container of telegraf that has plugin support. Enabling plugin support is outlined here: influxdata/telegraf#6393
The plugin support in telegraf lets us include plugins without needing to compile our own version of telegraf. However, since a version of telegraf with plugin support isn't built as part of the official release process, we need to compile our own version of telegraf.
What we'd like to do is, create a docker container based on an officially released telegraf container and package our plugins and conf files along side.
The text was updated successfully, but these errors were encountered:
@mildebrandt thanks for this request. I remember there were some unique requirements for the build process using Go plugins, so this might take some investigation to figure out.
Thanks for looking into it. From the linked PR, I thought it was just adding the goplugin tag to the build command. I'll be attempting to build with that tag and writing external plugins...I'll be sure to post any issues I come across.
Create a docker container of telegraf that has plugin support. Enabling plugin support is outlined here: influxdata/telegraf#6393
The plugin support in telegraf lets us include plugins without needing to compile our own version of telegraf. However, since a version of telegraf with plugin support isn't built as part of the official release process, we need to compile our own version of telegraf.
What we'd like to do is, create a docker container based on an officially released telegraf container and package our plugins and conf files along side.
The text was updated successfully, but these errors were encountered: