I also have some kinds of healthchecks in my environment and here is what I can tell: if these requests are really meaningless it’s better to avoid them at all.
There are 2 possible ways: avoid it on Nginx level (https://docs.nginx.com/nginx/admin-guide/monitoring/logging/) or drop such messages using Pipeline
Thanks for the suggestion. The health check is just my example. I was just looking for a general example and it looks like someone I work with found it.
I needed to do
NOT message:health*
Note that case for boolean terms like NOT and AND appears to be important.