Forum Discussion
ShawnMay
Feb 23, 2020Copper Contributor
MCAS - Log Collector - Configuration Not Sending to MCAS
I'm fairly new to MCAS. Am attempting to get an onPrem log collector (docker) to transmit ASA logs to the log collector in MCAS. However, something is not working. This docker instance is runnin...
Steven Shockley
Feb 26, 2020Copper Contributor
Do you see a lot of lsof processes running taking up a lot of CPU time? I had to bypass the lsof process in the container (remove lsof, link /bin/true to lsof) to get it to work. I understand that's fixed in the current version though. If you do see high CPU usage by lsof let me know and I'll provide detailed instructions.