Can I just extract and output EventId from json file using jq in bash?
My json file is as follows. This is a sample file. { "DocumentIncarnation": 1, "Events": [ ] } { "DocumentIncarnation": 2, "Events": [ { "EventId": "C7061BAC-AFDC-4513-B24B-AA5F13A16123", "EventStatus": "Scheduled", "EventType": "Freeze", "ResourceType": "VirtualMachine", "Resources": [ "WestNO_0", "WestNO_1" ], "NotBefore": "Mon, 11…