Correct loki address for docker-compose (#2215)

pull/2217/head
Fredrik Enestad 5 years ago committed by GitHub
parent 4f034422b4
commit 2b4edce1d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/getting-started/grafana.md

@ -14,7 +14,7 @@ recommended to take advantage of new LogQL functionality.
5. The http URL field should be the address of your Loki server. For example,
when running locally or with Docker using port mapping, the address is
likely `http://localhost:3100`. When running with docker-compose or
Kubernetes, the address is likely `https://loki:3100`.
Kubernetes, the address is likely `http://loki:3100`.
6. To see the logs, click <kbd>Explore</kbd> on the sidebar, select the Loki
datasource in the top-left dropdown, and then choose a log stream using the
<kbd>Log labels</kbd> button.

Loading…
Cancel
Save