
Hi Prabesh,
There is one little solution I found a while ago to this problem.
Apparently, the /opt/immune/installed/webserver/static folder within logpoint can be used to host files as a server. Since two logpoints connected through a tunnel can access each other’s tunnel ip’s , we can host a file in one of the machine’s webserver/static folder and use curl command to fetch files from that location through another logpoint without the need to open any extra ports.
Command example : curl -k https://<collector_tunnel_ip>/static/<filename>
2 comments