This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

I Couldn't find a way to deal with the nRF 9160 log info which is stored in AWS CloudWatchLogs.

Hey,


I can view the log info from Nordic nRF to AWS Logs. Now, I'm working on log info to build an application that shows the data dashboard view.
Can anyone help me with how to deal with the log data which is stored in AWS CloudWatchLogs?

Software Configurations

Distributor ID: Ubuntu
Description: Ubuntu 18.04.5 LTS
Release: 18.04
Codename: bionic

Hardware Configurations

Thingy:91 (PCA20035)

2021-05-27T12:20:05.989Z	c16501b2-337b-48ea-829a-a59d7a601e87	DEBUG	{
    "reported": {
        "bat": {
            "v": ****,
            "ts": ****
        },
        "roam": {
            "v": {
                "rsrp": ,
                "area": ,
                "mccmnc": ,
                "cell": ,
                "ip": "*.*.*.*"
            },
            "ts": ***
        },
        "env": {
            "v": {
                "temp": 0,
                "hum": 0
            },
            "ts": 
        }
    },
    "deviceId": ""
}

Related