{
log default {
output loki https://myuser:password@loki.example.com {
REGION iad
}
}
}
However, is label required here? I think when I tried it without, the actual labels weren't applied and Grafana Cloud Loki complained that at least one label was needed. It could have been I misconfigured Loki, so I just wanted to check. When I added label, it started working.
The main page has an example:
However, is
label
required here? I think when I tried it without, the actual labels weren't applied and Grafana Cloud Loki complained that at least one label was needed. It could have been I misconfigured Loki, so I just wanted to check. When I addedlabel
, it started working.