jq --arg date "$(date '+%Y-%m-%dT%H:%M')" ' select(.time | startswith($date)) | .log ' logs.json
This Filters logs where time matches the current minute and Extracts only the log field
time
log