A unified data governance solution that helps manage, protect, and discover data across your organization
Hi Zarek,
It is important to distinguish this from normal audit log latency. While audit records may take some time to appear (typically minutes to a few hours), a complete absence of results across the Microsoft Purview portal, PowerShell, and the Office 365 Management Activity API over an extended period indicates a backend service issue rather than expected delay.
A simple validation test can be performed using:
Search-UnifiedAuditLog -StartDate (Get-Date).AddHours(-1) -EndDate (Get-Date) -ResultSize 10
If this consistently returns no results in a tenant with known recent activity, it further supports that audit data is not being ingested or indexed correctly on the service side.
For escalation, it is recommended to provide Microsoft support with exact timestamps of failed searches, any correlation IDs from errors in the Microsoft Purview portal, and confirmation that the issue reproduces across all access methods (portal, PowerShell, and API). You should also explicitly request confirmation of audit ingestion status, any processing backlog, and whether the issue is tied to a known incident or internal defect.
Additionally, review the Microsoft 365 Service Health dashboard for any related advisories, noting that not all backend ingestion issues are immediately published.
Finally, depending on the nature of the backend failure, audit data generated during the affected period may be delayed or, in some cases, not recoverable. Microsoft support should confirm whether missing data will be backfilled after resolution.