im trying to run in backend applications server only i am getting this
ubuntu@ip-10-11-179-214:~/telemetry$ docker run --net=host --rm --name="logspout" \
--volume=/var/run/docker.sock:/var/run/docker.sock \
gliderlabs/logspout \
syslog+tcp://10.11.217.237:2255
Unable to find image 'gliderlabs/logspout:latest' locally
latest: Pulling from gliderlabs/logspout
8c28cc2212ff: Pull complete
0055a387c331: Pull complete
bd6ee65f3414: Pull complete
Digest: sha256:2d81c026e11ac67f7887029dbfd7d36ee986d946066b45c1dabd966278eb5681
Status: Downloaded newer image for gliderlabs/logspout:latest
2024/03/12 09
3922 # logspout v3.2.14 by gliderlabs
2024/03/12 09
3922 # adapters: raw syslog tcp tls udp multiline
2024/03/12 09
3922 # options :
2024/03/12 09
3922 persist:/mnt/routes
2024/03/12 09
3922 !! dial tcp 10.11.217.237
2255 connect: connection refused
my signoz ip is this : 10.11.217.237 and im trying to run this container in another server where my applications are running as docker containers.
i have opened port all tcp ports and i have allowed all traffic and i tried it but still im getting this issue what is the reason ?
@Srikanth Chekuri