@ -43,7 +43,7 @@ Before start patching vulnerabilities, know what are you patching. It can be one
1. Check if [dependabot already patched the dependency](https://github.com/grafana/loki/pulls?q=is%3Apr+label%3Adependencies+is%3Aclosed) or [have a PR opened to patch](https://github.com/grafana/loki/pulls?q=is%3Apr+is%3Aopen+label%3Adependencies) . If not, manually upgrade the package on the `main` branch as follows.
@ -275,7 +275,7 @@ For information on how to configure Loki, refer to the [OTel Collector topic](ht
<!-- vale Google.Will = NO -->
{{<admonitiontype="note">}}
When configuring the OpenTelemetry Collector, you must use `endpoint: http://<loki-addr>/otlp`, as the collector automatically completes the endpoint. Entering the full endpoint will generate an error.
When configuring the OpenTelemetry Collector, you must use `endpoint: http://<LOKI_ADDR>/otlp`, as the collector automatically completes the endpoint. Entering the full endpoint will generate an error.
{{</admonition>}}
<!-- vale Google.Will = YES -->
@ -451,7 +451,7 @@ To query against your hosted log tenant in Grafana Cloud, use the **User** and *
--data-urlencode 'query=sum(rate({job="varlogs"}[10m])) by (level)' | jq
```
@ -1440,8 +1440,8 @@ Example cURL command:
```bash
curl -X GET \
<compactor_addr>/loki/api/v1/delete \
-H 'X-Scope-OrgID: <orgid>'
<COMPACTOR_ADDR>/loki/api/v1/delete \
-H 'X-Scope-OrgID: <ORG_ID>'
```
The same example deletion request for Grafana Enterprise Logs uses Basic Authentication and specifies the tenant name as a user; `Tenant1` is the tenant name in this example. The password in this example is an access policy token that has been defined in the API_TOKEN environment variable. The token must be for an access policy with `logs:delete` scope for the tenant specified in the user field.
@ -1449,7 +1449,7 @@ The same example deletion request for Grafana Enterprise Logs uses Basic Authent
The same example deletion cancellation request for Grafana Enterprise Logs uses Basic Authentication and specifies the tenant name as a user; `Tenant1` is the tenant name in this example. The password in this example is an access policy token that has been defined in the API_TOKEN environment variable. The token must be for an access policy with `logs:delete` scope for the tenant specified in the user field.
@ -1496,7 +1496,7 @@ The same example deletion cancellation request for Grafana Enterprise Logs uses
# s3 URL can be used to specify the endpoint, access key, secret key, and bucket name this works well for S3 compatible storages or if you are hosting Loki on-premises and want to use S3 as the storage backend. Either use the s3 URL or the individual fields below (AWS endpoint, region, secret).