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?

asked 2 years ago208 views
1 Answer
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
EXPERT
Greg_B
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions