- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Uplink Loss & Latency Statistics to Azure Sentinel?
Hi Community,
We're trying to integrate Meraki to Azure Sentinel by allowing Sentinel to ingest events from Meraki.
I want to create a workbook that visualizes the uplink statistics of our Meraki devices, similar to PRTG.
Can this be done? Given that uplink latency and loss do not generate alerts other than failover events?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Check it out:
Cisco Meraki connector for Microsoft Sentinel | Microsoft Learn
Please, if this post was useful, leave your kudos and mark it as solved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I found an example where people get Sentinal to call a REST API to get more info.
https://techcommunity.microsoft.com/t5/microsoft-sentinel-blog/sending-rest-api-data-to-azure-sentin...
You would need to do something similar and call the Meraki API for any extra info that you wanted.
https://developer.cisco.com/meraki/api-v1/
Specifically, you probably want to use this API:
https://developer.cisco.com/meraki/api-v1/get-organization-devices-uplinks-loss-and-latency/
