Home > other >  Finding timing out request in AWS ALB access logs
Finding timing out request in AWS ALB access logs

Time:01-16

My server gets a SIGABRT because of memory issue every now and then and I want to detect on which requests this issue happens specifically. I am guessing those requests should timeout on load balancer and ALB should send a specific status code to client. My questions are:

CodePudding user response:

grep " \"-\" \"-\" \"-\""

seems to work. it looks like on timeout the target status code list becomes -

  •  Tags:  
  • Related