Skip to content

Commit 8c66ab1

Browse files
chore: [release-3.0.x] docs: small update to doc loki-http-api.md (#13616)
Co-authored-by: William Mo <[email protected]>
1 parent 3cd1a98 commit 8c66ab1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/sources/reference/loki-http-api.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1344,7 +1344,7 @@ PUT /loki/api/v1/delete
13441344
Create a new delete request for the authenticated tenant.
13451345
The [log entry deletion]({{< relref "../operations/storage/logs-deletion" >}}) documentation has configuration details.
13461346

1347-
Log entry deletion is supported _only_ when the BoltDB Shipper is configured for the index store.
1347+
Log entry deletion is supported _only_ when TSDB or BoltDB Shipper is configured for the index store.
13481348

13491349
Query parameters:
13501350

@@ -1384,7 +1384,7 @@ GET /loki/api/v1/delete
13841384
List the existing delete requests for the authenticated tenant.
13851385
The [log entry deletion]({{< relref "../operations/storage/logs-deletion" >}}) documentation has configuration details.
13861386

1387-
Log entry deletion is supported _only_ when the BoltDB Shipper is configured for the index store.
1387+
Log entry deletion is supported _only_ when TSDB or BoltDB Shipper is configured for the index store.
13881388

13891389
List the existing delete requests using the following API:
13901390

@@ -1423,7 +1423,7 @@ The [log entry deletion]({{< relref "../operations/storage/logs-deletion" >}}) d
14231423

14241424
Loki allows cancellation of delete requests until the requests are picked up for processing. It is controlled by the `delete_request_cancel_period` YAML configuration or the equivalent command line option when invoking Loki. To cancel a delete request that has been picked up for processing or is partially complete, pass the `force=true` query parameter to the API.
14251425

1426-
Log entry deletion is supported _only_ when the BoltDB Shipper is configured for the index store.
1426+
Log entry deletion is supported _only_ when TSDB or BoltDB Shipper is configured for the index store.
14271427

14281428
Cancel a delete request using this compactor endpoint:
14291429

0 commit comments

Comments
 (0)