This commit is contained in:
bkellam 2025-02-28 16:58:14 -08:00
parent 6edfb1b2cb
commit 4c4482d579

View file

@ -27,7 +27,7 @@ loki.process "filter_logs" {
loki.write "grafana_loki" {
endpoint {
url = sys.env("GRAFANA_ENDPOINT")
url = sys.env("GRAFANA_LOKI_ENDPOINT")
basic_auth {
username = sys.env("GRAFANA_USERNAME")