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"
pull/1935/head
Ward Bekker 5 years ago committed by GitHub
parent 299ba1ff44
commit 8f9c065fa2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      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: <string>
# The tenant ID used by default to push logs to Loki. If omitted or empty

Loading…
Cancel
Save