diff --git a/pipeline/outputs/loki.md b/pipeline/outputs/loki.md index 798ab2191..ada685578 100644 --- a/pipeline/outputs/loki.md +++ b/pipeline/outputs/loki.md @@ -13,7 +13,9 @@ Be aware there is a separate Golang output plugin provided by [Grafana](https:// | Key | Description | Default | | :--- | :--- | :--- | | host | Loki hostname or IP address. Do not include the subpath, i.e. `loki/api/v1/push`, but just the base hostname/URL. | 127.0.0.1 | +| uri | Specify a custom HTTP URI. It must start with forward slash.| /loki/api/v1/push | | port | Loki TCP port | 3100 | +| tls | Use TLS authentication | off | | http\_user | Set HTTP basic authentication user name | | | http\_passwd | Set HTTP basic authentication password | | | bearer\_token | Set bearer token authentication token value. | |