mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 23:27:25 -04:00
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 |
||
---|---|---|
.. | ||
delete-transform.asciidoc | ||
get-transform-stats.asciidoc | ||
get-transform.asciidoc | ||
index.asciidoc | ||
preview-transform.asciidoc | ||
put-transform.asciidoc | ||
reset-transform.asciidoc | ||
start-transform.asciidoc | ||
stop-transform.asciidoc | ||
transform-apis.asciidoc | ||
update-transform.asciidoc | ||
upgrade-transforms.asciidoc |