Share via


Consultas para a tabela SentinelAudit

Apresentar registos de auditoria de tentativas falhadas para atualizar Office365-Sharepoint recursos do Sentinel relacionados, com um filtro opcional pelo nome do autor da chamada e iD da área de trabalho.

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