Hi ,
I have the logs written in the below manner
26/08/2024 10:27 method=are status=failed run_id_123
26/08/2024 10:28 method=are status=failed run_id_123
26/08/2024 10:29 method=are status=failed run_id_123
26/08/2024 10:30 method=are status=completed run_id_123
failure_reason1
failure_reason_2
failure_reason_3
failure_reason_4
m trying to check the latest retry is completed or failed, if faile print the failure reason on the next 5 lines.
please help
It is not clear from this what you are expecting as your output. How do the failure_reason lines relate to the status lines? Please can you share some actual events (anonymised as appropriate), preferably in a code block?