Affected versions: 7.13
Fixed in: 7.13.3
NPE occurs when GetTransformStatsActionRequest is redirected to another node and transform_id in the request is missing.
Mitigation:
Instead of transform/_stats, call transform/_stats/_all.
Fix:
Missing transform_id should be treated as _all wildcard.
Affected versions: 7.13
Fixed in: 7.13.3
NPE occurs when
GetTransformStatsActionRequestis redirected to another node andtransform_idin the request is missing.Mitigation:
Instead of
transform/_stats, calltransform/_stats/_all.Fix:
Missing
transform_idshould be treated as_allwildcard.