Hi,Grafana team!
After migration to posgresql database i started getting such warning inside the logs:
logger=macaron.context t=2022-07-18T08:00:13.748319371Z level=warn msg=“Received invalid IP address in request headers, removed for log forgery prevention”
logger=macaron.context t=2022-07-18T08:00:13.74836056Z level=warn msg=“Received invalid IP address in request headers, removed for log forgery prevention”
I suppose it is from some plugin since “logger=macaron.context” but not sure which one and what is the issue.
IP address for new database inside grafana.ini [database] section is correct and FGDN is resolving inside the network.
Everything is working just i see a lot of warning like this and not sure how to fix them.