mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 15:17:30 -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 |
||
---|---|---|
.. | ||
apis | ||
images | ||
api-quickref.asciidoc | ||
checkpoints.asciidoc | ||
ecommerce-tutorial.asciidoc | ||
examples.asciidoc | ||
index.asciidoc | ||
limitations.asciidoc | ||
overview.asciidoc | ||
painless-examples.asciidoc | ||
setup.asciidoc | ||
transform-alerts.asciidoc | ||
transforms-at-scale.asciidoc | ||
transforms.asciidoc | ||
troubleshooting.asciidoc | ||
usage.asciidoc |