[Transform] Delete Alias Write Index#122074
Conversation
When the Transform is configured to write to an alias, specifying `DELETE _transform/<id>?delete_dest_index` will follow the alias to the concrete destination index. Fix elastic#121913
|
Documentation preview: |
|
Warning It looks like this PR modifies one or more |
|
Hi @prwhelan, I've created a changelog YAML for you. |
|
Warning It looks like this PR modifies one or more |
|
Warning It looks like this PR modifies one or more |
|
Warning It looks like this PR modifies one or more |
|
Pinging @elastic/ml-core (Team:ML) |
docs/changelog/122074.yaml
Outdated
| @@ -0,0 +1,6 @@ | |||
| pr: 122074 | |||
| summary: Delete Alias Write Index | |||
There was a problem hiding this comment.
Please make the summary explain what is the visible impact of this PR for the customer.
Maybe sth like "Fix Delete API with delete_dest_index parameter when the destination index alias is used"?
...m/src/main/java/org/elasticsearch/xpack/transform/action/TransportDeleteTransformAction.java
Outdated
Show resolved
Hide resolved
...m/src/main/java/org/elasticsearch/xpack/transform/action/TransportDeleteTransformAction.java
Outdated
Show resolved
Hide resolved
Co-authored-by: Przemysław Witek <przemyslaw.witek@elastic.co>
When the Transform is configured to write to an alias, specifying `DELETE _transform/<id>?delete_dest_index` will follow the alias to the concrete destination index. Fix elastic#121913 Co-authored-by: Przemysław Witek <przemyslaw.witek@elastic.co>
When the Transform is configured to write to an alias, specifying `DELETE _transform/<id>?delete_dest_index` will follow the alias to the concrete destination index. Fix elastic#121913 Co-authored-by: Przemysław Witek <przemyslaw.witek@elastic.co>
When the Transform is configured to write to an alias, specifying `DELETE _transform/<id>?delete_dest_index` will follow the alias to the concrete destination index. Fix elastic#121913 Co-authored-by: Przemysław Witek <przemyslaw.witek@elastic.co>
When the Transform is configured to write to an alias, specifying `DELETE _transform/<id>?delete_dest_index` will follow the alias to the concrete destination index. Fix #121913 Co-authored-by: Przemysław Witek <przemyslaw.witek@elastic.co>
* [Transform] Delete Alias Write Index (#122074) When the Transform is configured to write to an alias, specifying `DELETE _transform/<id>?delete_dest_index` will follow the alias to the concrete destination index. Fix #121913 Co-authored-by: Przemysław Witek <przemyslaw.witek@elastic.co> * Update for 8.x api --------- Co-authored-by: Przemysław Witek <przemyslaw.witek@elastic.co>
* [Transform] Delete Alias Write Index (#122074) When the Transform is configured to write to an alias, specifying `DELETE _transform/<id>?delete_dest_index` will follow the alias to the concrete destination index. Fix #121913 Co-authored-by: Przemysław Witek <przemyslaw.witek@elastic.co> * Update for 8.x api --------- Co-authored-by: Przemysław Witek <przemyslaw.witek@elastic.co>
When the Transform is configured to write to an alias, specifying
DELETE _transform/<id>?delete_dest_indexwill follow the alias to the concrete destination index.Fix #121913