Parsing JSON logs from servers using Python
From the below logs in JSON, I need to parse log lines of "domains" which have "ADMIN_DOWN" status and it didn't change or changed to "ONLINE" from 7 days. Example: Last line from logs shared below: {user=abc,”lastUpdated":"2017-10-15 12:16:40.655569...
Join discussion