HI Checkmates
Can someone help. I have two manager with the same subnet and environment within Azure. 1st managing Azure gateways on R80.30 and 2nd managing on prem gateways on R77.30. We use cp_log_export on both to send logs to a collector.
2nd has been recently added using the same configuration as the first (this config was the same when the manager was on premise on R77.30.
cp_log_export add name ****** target-server x.x.x.x target-port 514 protocol tcp format leef
All looks good except the collector isn't seeing the logs being sent it only sees the two way communication from manager to collector.
difference between the two is the 2nd has the following lines below. The worker has both these values set to true
export-link: false
export-attachment-link: false
1st is working
name: ******
enabled: true
target-server: x.x.x.x
target-port: 514
protocol: tcp
format: leef
read-mode: raw
export-link: Found
export-attachment-link: Found
2nd is NOT working
name: ******
enabled: true
target-server: x.x.x.x
target-port: 514
protocol: tcp
format: leef
read-mode: raw
export-link: false
export-attachment-link: false
Does anyone have any idea what could be causing this. We have full comms from both to the collector.
Thanks