From 8f9c065fa21013dc1df3b640ff9e6cb6c3e31324 Mon Sep 17 00:00:00 2001 From: Ward Bekker Date: Mon, 13 Apr 2020 15:29:44 +0200 Subject: [PATCH] Clarified that the api push path needs to be specified. (#1925) clarified the api push path needs to be specified. Otherwise folks see this message: level=error ts=2020-04-09T15:08:53.408999Z caller=client.go:247 component=client host=example.com:3100 msg="final error sending batch" status=404 error="server returned HTTP status 404 Not Found (404): 404 page not found" --- docs/clients/promtail/configuration.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/clients/promtail/configuration.md b/docs/clients/promtail/configuration.md index 9672fdfdf1201..238f73c28972f 100644 --- a/docs/clients/promtail/configuration.md +++ b/docs/clients/promtail/configuration.md @@ -146,7 +146,8 @@ Loki: ```yaml # The URL where Loki is listening, denoted in Loki as http_listen_address and # http_listen_port. If Loki is running in microservices mode, this is the HTTP -# URL for the Distributor. +# URL for the Distributor. Path to the push API needs to be included. +# Example: http://example.com:3100/loki/api/v1/push url: # The tenant ID used by default to push logs to Loki. If omitted or empty