suppress logging the /ping health checks #7566
Unanswered
FlorinAndrei
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've deployed the
redash/redash:25.1.0image as an ECS service in AWS. The configuration is very standard: I do not override the container command, and I just set the env vars containing DB, Redis, and the cookie and key secret. The container port is the standard 5000.There's an ALB in front of the service. The ALB health check hits the container /ping endpoint every so often.
If the service is usually quiet, the health checks overwhelm the useful logs in CloudWatch. I do not want to see the GET /ping events in the logs - if the service is healthy then it is declared healthy by the ALB, and if it's not healthy then I will see those events elsewhere in AWS. So those log entries are useless noise.
Is there a way to tell the Redash server to log all HTTP requests except for this one path?
Beta Was this translation helpful? Give feedback.
All reactions