Bagikan melalui


Kueri untuk tabel SentinelAudit

Tampilkan log audit dari upaya yang gagal untuk memperbarui Office365-Sharepoint sumber daya Sentinel terkait, dengan filter opsional menurut nama penelepon dan id ruang kerja.

SentinelAudit
//| where WorkspaceId == "<WorkspaceId>"  // to filter on a specific WorspaceId, uncomment this line
| extend CallerName = tostring(ExtendedProperties.CallerName)
// | where CallerName startswith "<userName>" // to to filter on a specific user, uncomment this line
| where Status == "Failure"
| where SentinelResourceName has "Office365-Sharepoint"
| limit 100