What happened to daemon / InfluxDB sidecar + Telegraf with ExecD #2449
Replies: 2 comments 5 replies
-
Hey Space 👋 There isn't currently a pre-baked binary but there is a container image. See the docker instructions in this guide to use it for Telegraf to InfluxDB communication through Ockam. The Ockam rust library evolved quite a bit over the last year and now allows for pluggable transport inlets and outlets. The guide above walks through a TCP Inlet/Outlet setup that would allow tunneling Telegraf to InfluxDB traffic. But it has become super easy to replace TCP Inlet/Outlet with a UDP Inlet/Outlet or a Bluetooth Inlet/Outlet etc. Our plan is to have new Ockam Command soon (development of that has started here but its super early) to create an easy CLI experience around the functionality from our various guides. Could you share more information about your use case (here or on a call) ... that would be great input for the design of Ockam Command and we may be able to accelerate what you need. Cheers, |
Beta Was this translation helpful? Give feedback.
-
Is there something wrong with the node at the moment? I only get timeouts even though I can ping that hub on port 4000 ...
|
Beta Was this translation helpful? Give feedback.
-
Hello,
some time ago there was a demo using a sidecar for InfluxDB and ExecD for Telegraf. While the code can still be found in branch 0.10.1, what is the current way to connect Telegraf to InfluxDB via ockam. Do I need to write my own rust code or is there still a way with prebuild binaries?
Thanks and best regards, Space
Beta Was this translation helpful? Give feedback.
All reactions