Grafana Loki Integration
Polar provides a possibility of integrating Grafana Loki as an alternative detection and mitigation log storage.
# Settings for Grafana Loki logging.
loki-logging:
# Set to true if you would like to enable Loki logging.
enabled: false
# Loki server URL
url: "https://your-server-here.com/loki/api/v1/push"
# Set to true if you require basic authentication for Loki
authentication: false
# Loki username
# Ignored if authentication is disabled
username: "username"
# Loki password
# Ignored if authentication is disabled
password: "password"