#!/usr/bin/env bash # shellcheck disable=SC2312 tail -f /var/log/nginx/access.log | sed --unbuffered 's|.*\[.*\] |[NGINX] |g' | grep -v /v1/ping