mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 15:17:30 -04:00
[Transform] Implement per-transform num_failure_retries setting. (#87361)
This commit is contained in:
parent
e6f5cd3d9b
commit
8656a29675
18 changed files with 404 additions and 54 deletions
|
@ -215,6 +215,9 @@ include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=transform-settings-ded
|
|||
`max_page_search_size`:::
|
||||
(Optional, integer)
|
||||
include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=transform-settings-max-page-search-size]
|
||||
`num_failure_retries`:::
|
||||
(Optional, integer)
|
||||
include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=transform-settings-num-failure-retries]
|
||||
====
|
||||
//End settings
|
||||
|
||||
|
|
|
@ -46,8 +46,8 @@ each checkpoint.
|
|||
of update and runs with those privileges. If you provide
|
||||
<<http-clients-secondary-authorization,secondary authorization headers>>, those
|
||||
credentials are used instead.
|
||||
* You must use {kib} or this API to update a {transform}. Directly updating any
|
||||
{transform} internal, system, or hidden indices is not supported and may cause
|
||||
* You must use {kib} or this API to update a {transform}. Directly updating any
|
||||
{transform} internal, system, or hidden indices is not supported and may cause
|
||||
permanent failure.
|
||||
|
||||
====
|
||||
|
@ -157,6 +157,9 @@ include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=transform-settings-ded
|
|||
`max_page_search_size`:::
|
||||
(Optional, integer)
|
||||
include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=transform-settings-max-page-search-size]
|
||||
`num_failure_retries`:::
|
||||
(Optional, integer)
|
||||
include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=transform-settings-num-failure-retries]
|
||||
====
|
||||
//End settings
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue