AD replication failure resolved.
Minimal relevance alone. Use with 4935 (failure begin) for replication health timeline.
No standalone alerting.
SubjectUserNameTargetUserNameLogonTypeIpAddressWorkstationName Starting points — adapt the log source, projected fields and thresholds for your environment.
SecurityEvent
| where EventID == 4936 // Replication failure ends
| project TimeGenerated, Computer, SubjectUserName, TargetUserName, LogonType, IpAddress, WorkstationName
| sort by TimeGenerated desc
index=* sourcetype="WinEventLog:Security" EventCode=4936
| stats count earliest(_time) as first_seen latest(_time) as last_seen by ComputerName
| sort - count `# Replication failure ends — add EventData fields: SubjectUserName, TargetUserName, LogonType, IpAddress`
Replication failure ends. AD replication failure resolved.
Event 4936 is written to the Security channel by Microsoft-Windows-Security-Auditing. Advanced Audit Policy — enable the 'DS Access' subcategory (Success and/or Failure).
No standalone alerting.