But when I add a new source and have it listen on 1514 for example:
source remote_3 {
tcp(ip(0.0.0.0) port(1514) max-connections(200));
};
I don't get a listener on 1514 as well when looking via netstat .
Is there something I am missing?
That was it, I didn't have a log setup for it. After adding that, it works like a charm.
Thanks