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
It looks like the fix applied in #21205 only works if the script field created in the datafeed-config exists when the Advanced Job wizard is opened, with the fields in the script_fields section only parsed when the wizard is opened (or when the datafeed index is edited in the wizard and the 'Reload index' button is pressed).
For example, if a new job is created, and a script_fields section is added to the datafeed config in the 'Edit JSON' tab, this field does not appear in the edit detector modal.
When creating an Advanced ML job with a datafeed that uses a script field, the script field cannot be selected in the edit detector modal.
For example, this datafeed config creates a
lat-lon
field, but it does not appear in the field_name dropdown:The only way to use this field in the detector is to select another field, and then edit it to the script field in the JSON tab.
Example job confiugration for testing:
The text was updated successfully, but these errors were encountered: