We have some JSON multiline logs which we need to pull into Site24x7 AppLogs and alert on. This log is stored in an AWS S3 bucket. Below I have posted 1 machine's entry into this 'heartbeat' log.
Log Details:
Requirements:
"machineData": {
"name": "B",
"callCenterName": "DEV-Station",
"machineTimeUTC": "2019-01-01T09:27:11.620Z",
"id": "662dc1ae-404b-4f0d-9599-ceca6e20f42c",
"stack": "dev",
"machineTime": "2019-01-01T11:27:11.620+02:00"
}
I'm hoping you guys might have some ideas on how to do this!
Apparently also the JSON structure is not something AppLogs can parse????
Thanks!