Wireless Gateway disconnect log search

0

I am utilizing the newish LoRaWAN event notifications to publish connect/disconnect events to $aws/iotwireless/events/connection_status/+/lorawan/wireless_gateways. I have a gateway that disconnected which I am trying to diagnose using log insights on the AWSIotLogsV2 log group.

My query is:

fields @timestamp, @message
| filter eventType = 'Disconnect'

Which gives me:

{"timestamp":"2022-07-09 21:48:36.523","logLevel":"INFO","traceId":"<<redacted>>","accountId":"<<redacted>>","status":"Success","eventType":"Disconnect","protocol":"MQTT","clientId":"<<redacted>>,"principalId":"<<redacted>>","sourceIp":"<<redacted>>","sourcePort":59232,"disconnectReason":"CONNECTION_LOST"}

But the results don't seem to help me identify the specific gateway in question. How to I write a query that pinpoints the gateway by either Gateway ID, Gateway EUI, or some other unique identifier?

已提问 2 年前213 查看次数
1 回答
1

Hi. AWSIotLogsV2 is not the correct log group for wireless/LoRaWAN log events in CloudWatch. Instead, you need to query the /aws/iotwireless log group. In case you haven't already enabled this log group, please see the instructions here: https://docs.aws.amazon.com/iot/latest/developerguide/connect-iot-lorawan-logging-monitoring.html

profile pictureAWS
专家
Greg_B
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则