Hi all - first time posting here but I am really stuck (and new to all of this). We have a requirement where we need the logs from our Meraki firewalls to be forwarded to Microsoft Sentinel. To try and achieve this I have:
- Built a Ubuntu Server 24.04 LTS on premise
- Installed syslog-ng and I am sending Meraki firewall logs via UDP 514 to this server - I can see them if I run - tail -f /var/log/syslog
- Connected the VM to Azure ARC so it shows up in Azure
- Added the connector "Syslog via AMA" to Sentinel and created a Data Collection Rule for it (all options in Debug). I then run the AMA Forwarder install script on the VM which says it installed successfully, but the Syslog via AMA connector in Sentinel remains "Disconnected"
I've tried so many troubleshooting steps but noted there is a troubleshooting script [sentinel_AMA_troubleshoot.py] available which gives me the following output. It seems like the DCR created simply never makes it back to the Ubuntu server so it's not collecting anything. We don't have any firewall restrictions at the moment. Does anyone have some guidance or suggestions on trying to work this out?