Hello Folks,
Earlier we were using syslog method to get logs from Meraki FW for monitoring. Few days back we moved to API method as with single API key we can monitor all meraki devices.
But, we are seeing log difference in syslog and API method.
In syslog we used to get all firewall logs like flows and url etc. However this is observed that we are not getting all similar logs using API.
Following are the endpoints we are querying to fetch logs:
/networks/{networkId}/events?productType=<productType>
possible values for productType: wireless, appliance, switch, systemsManager, camera and cellularGateway- /networks/{networkId}/appliance/security/events (for MX security events)
Request you to confirm, above mentioned endpoints are the only endpoints where we get firewall traffic related and device flow logs for monitoring. Or is there any other endpoint which we are missing?
Thank you.