1

I have created a custom plugin and it works well. And dockerize that custom plugin then also it works well. What I want to do is create one more custom plugin and dockerize that plugin. And set these two dockerize custom plugins in my telegef.conf file as input plugins.

Is it possible? If it is possible then how to implement it? Can anybody help me?

AbsoluteBeginner
  • 2,160
  • 3
  • 11
  • 21
EDISON J
  • 324
  • 3
  • 12

1 Answers1

0

You can use the execd input plugin, and have it launch your docker containers running an individual plugin, as long as those containers write their data to STDOUT

mhall119
  • 522
  • 2
  • 3