You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Transform] Healthy transforms are shown errors on kibana UI: "Found task for transform [...], but no configuration for it. To delete this transform use DELETE with force=true." #134263
In some cases, when running GET _transform/_all or through kibana UI (management/data/transform), it shows some transforms are thrown errors: Found task for transform [...], but no configuration for it. To delete this transform use DELETE with force=true.,
However, it could be wrong and false positive, when you run GET _transform/<transform id> or GET _transform/<transform id>/_stats for the problematic transform, the stats was in green health, and the documents_processed counts are increasing.
We need to figure out what could cause this problem.