diff --git a/README.md b/README.md index 9f63039f153513ad5dd6cc89bbd88b37ac665192..43fbacca611c8b41529329c67786bc27efe80faf 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Grafana is Loki's UI, so you'll also want to run one of those: $ docker run -ti -p 3000:3000 -e "GF_EXPLORE_ENABLED=true" grafana/grafana:master ``` -In the Grafana UI (http://localhost:3000), log in with "admin"/"admin", add a new "Grafana Logging" datasource for `http://host.docker.internal:80`, then go to explore and enjoy! +In the Grafana UI (http://localhost:3000), log in with "admin"/"admin", add a new "Grafana Logging" datasource for `http://host.docker.internal:3100`, then go to explore and enjoy! ## Usage Instructions diff --git a/docs/loki-local-config.yaml b/docs/loki-local-config.yaml index 6b9889e982d4e856997c193b03bb118c2681782f..5d797f0ac04b56fe7782d76b5d6b99e928e4615b 100644 --- a/docs/loki-local-config.yaml +++ b/docs/loki-local-config.yaml @@ -1,5 +1,8 @@ auth_enabled: false +server: + http_listen_port: 3100 + ingester: lifecycler: interface_names: diff --git a/docs/promtail-local-config.yaml b/docs/promtail-local-config.yaml index 8c271d603c50f6d5eacc57b7a50b305221cab942..11eb46e08813c78c840cc1f553c97cc7a8ea71bf 100644 --- a/docs/promtail-local-config.yaml +++ b/docs/promtail-local-config.yaml @@ -6,7 +6,7 @@ positions: filename: /tmp/positions.yaml client: - url: http://localhost/api/prom/push + url: http://localhost:3100/api/prom/push scrape_configs: - job_name: system