- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to generate/get Cisco Meraki MX75 device organization level security/events
Hello, We have Cisco Meraki MX75 device configured in Meraki Dashboard but not seeing events or logs when we do a API request curl --location 'https://n219.meraki.com//api/v1/organizations/{orgId}/appliance/security/events?t1=2024-03-11T24%3A0...' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer '
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
That API call returns results from security center. These are IDS/IPS events. If you want to generate some, you can use something like nessus scanner.
https://documentation.meraki.com/MX/Monitoring_and_Reporting/Security_Center
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I couldn't find security center in Meraki Dashboard, Could you help us.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It's under Organization -> security center.
You may need to be an org admin to access it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have organization admin access but couldn't find it attached screenshot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Does your MX have advanced security license?
That's a requirement for the feature.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
we are using Meraki Test gear free trail 30days.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you want "events" rather than "security events" then take a look at this API:
https://developer.cisco.com/meraki/api-v1/get-network-events/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
we require organization level events and trying to generate but API shows empty array response.
https://developer.cisco.com/meraki/api-v1/get-network-events/ we don't want to iterate over all networks present in organization and get events.
we are trying to use below API to get all appliance security events in an organization for all networks.
https://developer.cisco.com/Fmeraki/api-v1/get-organization-appliance-security-events
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Most events are logged per network, which as you mentioned will advise iterating through them.
Only IPS and IDS events (via security center) and the change log are logged at an organization level.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
do we also get IDS and IPS events in https://developer.cisco.com/meraki/api-v1/get-network-events/ API under network level?
