Queries for the EGNFailedMqttConnections table

Authentication error query

Authentication errors report by session name.

EGNFailedMqttConnections
| where ResultSignature == "AuthenticationError"
| summarize count() by SessionName