elasticsearch/docs/reference/transform/apis
Benjamin Trent 5f03cab87e
[ML] correctly validate permissions when retention policy is configured (#85413)
When a transform has a `retention_policy` it needs to be able to delete documents in the destination index. 

`create_index` does not necessitate that we can delete documents from it. So, even if we create the index, we need to verify that we can delete documents given the `retention_policy` definition.

This is not a crucial bug as the transform will simply fail later. Its nicer to fail sooner.

closes https://github.com/elastic/elasticsearch/issues/85409
2022-03-29 07:54:31 -04:00
..
delete-transform.asciidoc [DOCS] Adds missing timeout parameter to transform APIs (#81129) 2021-12-02 13:28:28 -08:00
get-transform-stats.asciidoc [DOCS] Remove testenv annotations from doc snippet tests (#80023) 2021-11-05 18:38:50 -04:00
get-transform.asciidoc [DOCS] Remove testenv annotations from doc snippet tests (#80023) 2021-11-05 18:38:50 -04:00
index.asciidoc [Transform] Transform Reset API (#79828) 2021-11-09 10:21:57 +01:00
preview-transform.asciidoc Introduce deduce_mappings transform setting (#82256) 2022-01-18 09:01:23 +01:00
put-transform.asciidoc [ML] correctly validate permissions when retention policy is configured (#85413) 2022-03-29 07:54:31 -04:00
reset-transform.asciidoc [DOCS] Expands description of the reset transform API (#84270) 2022-02-24 10:01:28 +01:00
start-transform.asciidoc [ML] correctly validate permissions when retention policy is configured (#85413) 2022-03-29 07:54:31 -04:00
stop-transform.asciidoc [DOCS] Adds missing timeout parameter to transform APIs (#81129) 2021-12-02 13:28:28 -08:00
transform-apis.asciidoc [Transform] Transform Reset API (#79828) 2021-11-09 10:21:57 +01:00
update-transform.asciidoc Introduce deduce_mappings transform setting (#82256) 2022-01-18 09:01:23 +01:00
upgrade-transforms.asciidoc [DOCS] Adds missing timeout parameter to transform APIs (#81129) 2021-12-02 13:28:28 -08:00