I’m trying to use a socket_listener plugin to listen to an external TCP address and port, replacing some legacy python scripts that have been than reliable.
Using the socket_listener on a local port seems to work just fine, but I keep hitting the following error when I try to connect to an address on another machine “bind: The requested address is not valid in its context.”
Should I be able to do this with telegraf or is there some firewall issue I need to track down?