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?

gefragt vor 2 Jahren213 Aufrufe
1 Antwort
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
EXPERTE
Greg_B
beantwortet vor 2 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen