Przemysław Witek

Results 6 comments of Przemysław Witek

> Any update on this? Nobody is actively working on this feature at the moment.

Hi, > In the past, without the unattended flag, once the package is installed on a fresh cluster: > Transform is installed > Destination index is created on install >...

@susan-shu-c, it seems you can achieve what you need by reverting the transform to non-unattended. Precisely, you want these 2 settings in your transform config: ``` "settings": { "unattended": false,...

I was able to reproduce the issue locally. The problem is that if the transform destination index is created dynamically (not on `_start_` but later during indexing), then we do...

FYI: I have opened a PR with the fix (https://github.com/elastic/elasticsearch/pull/105499).

> Awesome, thank you! So with https://github.com/elastic/elasticsearch/pull/105499 we can install packages with unattended: true or unattended: false and in both cases, the destination index will be created on package install?...