Hi,
We use Log Insight 3.6. vCenter 6 Update 2 Appliance with a seperate PSC.
We have configured vSphere intergration and the Log Insight vSphere dashboard is populated. Our ESXi Hosts are logging fine. Events, alarms etc are all received fine as well.
In the vCenter Server - Overview dashboard. No events are received. Nothing which appears in the VPXd log is being seen or can be found in log insight. No performance data is being received either in the vCenter Server - Performance dashboard.
vCenter Server appliance has been configured to forward UPD syslog traffic to Log Insight with the following configuration (IP has been removed) in the /etc/syslog-ng/syslog-ng.conf file.
source vpxd {
file("/var/log/vmware/vpx/vpxd.log" follow_freq(1) flags(no-parse));
file("/var/log/vmware/vpx/vpxd-alert.log" follow_freq(1) flags(no-parse));
file("/var/log/vmware/vpx/vws.log" follow_freq(1) flags(no-parse));
file("/var/log/vmware/vpx/vmware-vpxd.log" follow_freq(1) flags(no-parse));
file("/var/log/vmware/vpx/inventoryservice/ds.log" follow_freq(1) flags(no-parse));
};
# Remote Syslog Host
destination loginsight {
udp("x.x.x.x" port (514));
};
# Log vCenter Server vpxd log remotely
log {
source(vpxd);
destination(loginsight);
};
How can I troubleshoot this issue. I wish to be able to query VPXD logs in Log Insight.
Cheers