From 8b67b1d6ce6be75d10a7bf9b194155bef8ae0b80 Mon Sep 17 00:00:00 2001 From: Peter Stolz <50801264+PeterStolz@users.noreply.github.com> Date: Wed, 10 Jan 2024 14:29:53 +0100 Subject: [PATCH 1/2] Added documentation for uri parameter Signed-off-by: Peter Stolz <50801264+PeterStolz@users.noreply.github.com> --- pipeline/outputs/loki.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pipeline/outputs/loki.md b/pipeline/outputs/loki.md index 798ab2191..917c2e692 100644 --- a/pipeline/outputs/loki.md +++ b/pipeline/outputs/loki.md @@ -13,6 +13,7 @@ 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 | | http\_user | Set HTTP basic authentication user name | | | http\_passwd | Set HTTP basic authentication password | | From 8843ca21be77fe77aa465c545a629b8009a4db87 Mon Sep 17 00:00:00 2001 From: Peter Stolz <50801264+PeterStolz@users.noreply.github.com> Date: Wed, 10 Jan 2024 14:55:13 +0100 Subject: [PATCH 2/2] Document Tls parameter for loki.md Signed-off-by: Peter Stolz <50801264+PeterStolz@users.noreply.github.com> --- pipeline/outputs/loki.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pipeline/outputs/loki.md b/pipeline/outputs/loki.md index 917c2e692..ada685578 100644 --- a/pipeline/outputs/loki.md +++ b/pipeline/outputs/loki.md @@ -15,6 +15,7 @@ Be aware there is a separate Golang output plugin provided by [Grafana](https:// | 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. | |