How to display complete IP address in Grafana Loki query results instead of masked last octet?

When querying Nginx logs in Grafana Loki,
the IP address is partially hidden and only the last digits are displayed as “***”.

I would like to know how to display the complete IP address.

I have searched the documentation but could not find any suitable configuration to use in the configuration file.

Thanks.

Have you checked if the whole IP address is there in the source logs? I don’t know of anything in Grafana or Loki that would hide the IP. It is not impossible but I would suspect Nignx logging config or the logging agent…

The IP in Nginx Log is complete and not obfuscated.

The IP address is hidden and displayed as “***” in the following screenshot.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.