Hi guys!
I am getting the following error message when trying to publishing a model which I created in "Experiments".
I do not know what this should mean? Does anyone has an idea?
I would appreciate your help!
Best regards!
Hi @tscroggins
Sorry for the late response.
I have the following version - 5.5.0
I also tried a private incognito browser session and I got the same problem that I cannot even choose a app when trying to publish a model. So I really dont know how to solve that.
I just can open the model in search and then try to apply it on new data, but I do not know if this is the same.
Hi @splunk_user_99,
Which version of MLTK do you have installed?
The underlying API uses a simple payload:
{"name":"my_model","app":"search"}where name is the value entered in New Main Model Title and app is derived from the value selected in Destination App. The app list is loaded when Operationalize is clicked and sorted alphabetically by display name.
On submit, the request payload is checked to verify that it contains only the 'app' and 'name' keys.
Do you have the same issue in a sandboxed (private, incognito, etc.) browser session with extensions disabled?