Hello everyone,
I am trying to use the Grafana Loki service using these guides:
# Gathering logs from a Linux host using Promtail
As per the guides, I set-up a config.yaml file and put in into the /etc/promtail directory. I run the docker command successfully:
One thing, that is not clear to me, is how to configure Grafana Cloud to recieve logs (Step 1 on the guide). It says, “Enter the information you found for Name , URL , User , the API key you created earlier, and check the Basic Auth box.” Which I did. When I press “Save & test”, I receive an error message saying, “Loki: Cannot connect to Loki. 404. 404 page not found”.
I wonder if it is a configuration problem:
It is not clear to me, what is supposed to go into the URL field. I assumed, it should be " ```
https://:@logs-prod-us-central1.grafana.net/api/prom/push
I would be glad to get any help with this.
Thanks in advance.