jq -r --arg start "<start_timestamp>" --arg end "<end_timestamp>" 'select(.msg | contains("query") and .durationMillis >= 100 and .timestamp >= $start and .timestamp <= $end) | .msg' mongodb.log


Comments

  1. Hi White Chris,

    Regarding the ticket you raised to switch from sync to async — that request has already been completed. Now, you’re requesting to change it back from async to sync.

    Please note that this change can only be made through a Change Request (CR). If it’s an emergency, kindly raise an Emergency Change Request (ECR) ticket.

    Additionally, we suggest keeping PHX in async mode to avoid latency issues between DAL and PHX.

    ReplyDelete

Post a Comment

Popular posts from this blog