Skip to content

Commit

Permalink
Clarified that the api push path needs to be specified. (#1925)
Browse files Browse the repository at this point in the history
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"
  • Loading branch information
wardbekker authored Apr 13, 2020
1 parent 299ba1f commit 8f9c065
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/clients/promtail/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: <string>
# The tenant ID used by default to push logs to Loki. If omitted or empty
Expand Down

0 comments on commit 8f9c065

Please sign in to comment.