mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 23:27:25 -04:00
HLRC for delete expired data by job Id (#57722)
High level rest client changes for #57337
This commit is contained in:
parent
05b277552a
commit
bc1883b582
9 changed files with 64 additions and 26 deletions
|
@ -21,9 +21,10 @@ A `DeleteExpiredDataRequest` object does not require any arguments.
|
|||
include-tagged::{doc-tests-file}[{api}-request]
|
||||
---------------------------------------------------
|
||||
<1> Constructing a new request.
|
||||
<2> Providing requests per second throttling for the
|
||||
<2> Optionally set a job ID. Use `null` for the default wild card all `*`.
|
||||
<3> Providing requests per second throttling for the
|
||||
deletion processes. Default is no throttling.
|
||||
<3> Setting how long the deletion processes will be allowed
|
||||
<4> Setting how long the deletion processes will be allowed
|
||||
to run before they are canceled. Default value is `8h` (8 hours).
|
||||
|
||||
[id="{upid}-{api}-response"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue