user1289569
user1289569

Reputation: 7

Fetching logs from Office365 using Graph API

I'm looking for fetching logs from Office365 Admin portal, like security, compliance and alerts and I need to push into my SIEM. So I need write a log collector which will do this.

So All I need is someone please help me to find how to fetch Office365 Admin portal logs via REST API (Microsoft graph)

Regards
Karthik.K

Upvotes: 0

Views: 698

Answers (2)

Dev
Dev

Reputation: 2464

You can use the Microsoft Security Graph API - so that you can get the Alerts, Secure Score etc. Please refer the related documentation and samples.

Upvotes: 0

Nishant
Nishant

Reputation: 623

Alerts from Office 365 (Default & Cloud App Security) can be obtained using Microsoft Graph Security API. For more information, please refer to Common use cases.

You can also use connectors to connect Microsoft Graph Security API to a variety of solutions for Security Incident and Management (SIEM).

Upvotes: 1

Related Questions