Forum Discussion

rupa30's avatar
rupa30
Copper Contributor
Jun 04, 2019

DC Replication logs in Azure log Analytics

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

Is there any query to generate logs?

 

  • rupa30's avatar
    rupa30
    Copper Contributor

    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.
     
     

     

Resources