From ea741b99f712b8587854b6d27795498a2d0bb841 Mon Sep 17 00:00:00 2001 From: afreyermuth98 Date: Mon, 16 Sep 2024 14:45:28 +0200 Subject: [PATCH] :memo: Deprecated documentation Signed-off-by: afreyermuth98 --- docs/outputs/loki.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/outputs/loki.md b/docs/outputs/loki.md index 3e6a8c0ef..593862e5c 100644 --- a/docs/outputs/loki.md +++ b/docs/outputs/loki.md @@ -14,17 +14,17 @@ ## Configuration -| Setting | Env var | Default value | Description | -| ---------------------- | ---------------------- | ----------------- | ----------------------------------------------------------------------------------------------------------------------------------- | -| `loki.hostport` | `LOKI_HOSTPORT` | | http://{domain or ip}:{port}, if not empty, Loki output is **enabled** | -| `loki.user` | `LOKI_USER` | | User for Grafana Logs | -| `loki.apikey` | `LOKI_APIKEY` | | API KEy for Grafana Logs | -| `loki.tenant` | `LOKI_TENANT` | | Add the tenant header if needed | -| `loki.endpoint` | `LOKI_ENDPOINT` | `/api/prom/push ` | The endpoint URL path, more info : https://grafana.com/docs/loki/latest/api/#post-apiprompush | -| `loki.extralabels` | `LOKI_EXTRALABELS` | | comma separated list of fields to use as labels additionally to `rule`, `source`, `priority`, `tags` and `custom_fields` | -| `loki.customheaders` | `LOKI_CUSTOMHEADERS` | | Custom headers to add in POST, useful for Authentication | -| `loki.mutualtls` | `LOKI_MUTUALTLS` | `false` | Authenticate to the output with TLS, if true, checkcert flag will be ignored (server cert will always be checked) | -| `loki.checkcert` | `LOKI_CHECKCERT` | `/api/v1/alerts` | Check if ssl certificate of the output is valid | `mattermost.minimumpriority` | `MATTERMOST_MINIMUMPRIORITY` | `""` (= `debug`) | Minimum priority of event for using this output, order is `emergency,alert,critical,error,warning,notice,informational,debug or ""` +| Setting | Env var | Default value | Description | +| ---------------------- | ---------------------- | ------------------- | ----------------------------------------------------------------------------------------------------------------------------------- | +| `loki.hostport` | `LOKI_HOSTPORT` | | http://{domain or ip}:{port}, if not empty, Loki output is **enabled** | +| `loki.user` | `LOKI_USER` | | User for Grafana Logs | +| `loki.apikey` | `LOKI_APIKEY` | | API KEy for Grafana Logs | +| `loki.tenant` | `LOKI_TENANT` | | Add the tenant header if needed | +| `loki.endpoint` | `LOKI_ENDPOINT` | `/loki/api/v1/push` | The endpoint URL path, more info : https://grafana.com/docs/loki/latest/api/#post-apiprompush | +| `loki.extralabels` | `LOKI_EXTRALABELS` | | comma separated list of fields to use as labels additionally to `rule`, `source`, `priority`, `tags` and `custom_fields` | +| `loki.customheaders` | `LOKI_CUSTOMHEADERS` | | Custom headers to add in POST, useful for Authentication | +| `loki.mutualtls` | `LOKI_MUTUALTLS` | `false` | Authenticate to the output with TLS, if true, checkcert flag will be ignored (server cert will always be checked) | +| `loki.checkcert` | `LOKI_CHECKCERT` | `/api/v1/alerts` | Check if ssl certificate of the output is valid | `mattermost.minimumpriority` | `MATTERMOST_MINIMUMPRIORITY` | `""` (= `debug`) | Minimum priority of event for using this output, order is `emergency,alert,critical,error,warning,notice,informational,debug or ""` | `loki.minimumpriority` | `LOKI_MINIMUMPRIORITY` | `""` (= `debug`) | Minimum priority of event for using this output, order is `emergency,alert,critical,error,warning,notice,informational,debug or ""` | @@ -41,7 +41,7 @@ loki: # minimumpriority: "" # minimum priority of event for using this output, order is emergency|alert|critical|error|warning|notice|informational|debug or "" (default) # checkcert: true # check if ssl certificate of the output is valid (default: true) # tenant: "" # Add the tenant header if needed. Enabled if not empty - # endpoint: "/api/prom/push" # The endpoint URL path, default is "/api/prom/push" more info : https://grafana.com/docs/loki/latest/api/#post-apiprompush + # endpoint: "/loki/api/v1/push" # The endpoint URL path, default is "/loki/api/v1/push" more info : https://grafana.com/docs/loki/latest/api/#post-apiprompush # extralabels: "" # comma separated list of fields to use as labels additionally to rule, source, priority, tags and custom_fields # customHeaders: # Custom headers to add in POST, useful for Authentication # key: value