philhagen / sof-elk

Configuration files for the SOF-ELK VM
GNU General Public License v3.0
1.46k stars 272 forks source link

Event Name and Type not being parsed from mobile logs for GWS #291

Closed megan201296 closed 8 months ago

megan201296 commented 9 months ago

Most event log types for GWS are extracting the event name and type from the raw payload and assigning to event_name and event_type respectively. However, the data is not being parsed out of mobile logs successfully, likely because its newly introduced by Korstiaan's ALFA script. I've attached a sample of it.

An example of the mobile field that should be extracted is:

"events": [{"type": "device_updates", "name": "DEVICE_SYNC_EVENT"

mobile.json.zip

philhagen commented 8 months ago

this should be ready to test on develop!

megan201296 commented 8 months ago

Tested and confirmed its functioning as expected @philhagen !

philhagen commented 8 months ago

closing this to move progress toward milestone. will be integrated to next public/v* branch release. thank you!