Forum Discussion

Menaka955's avatar
Menaka955
Copper Contributor
Aug 30, 2021

Display S2S Connection Name instead of remoteIP

Hello All,

 

We are using the below query for the Disconnected status, we also required the connection name of the 

remoteIP_s.  Is there any table with the connection name to join with the query.

 

 AzureDiagnostics

 | where TimeGenerated > ago(24h)

| where Category == "TunnelDiagnosticLog" and (status_s == "Disconnected")

 | project TimeGenerated, Resource , status_s, remoteIP_s, stateChangeReason_s

 

Thank you!

Resources