DC Replication logs in Azure log Analytics

Copper Contributor

Hi, I was trying to generate DC replication logs but its not showing in Azure Log Analytics.

Is there any query to generate logs?

 

1 Reply

I've found the solution,

Operation | where Solution == "ADReplication" | summarize arg_max(TimeGenerated, *) by Computer, OperationCategory | sort by TimeGenerated desc , OperationStatus asc
this is the query.
 
The problem was on MMA.