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
In the GUI of Cortex, when looking at job history, the search function is broken. If you select an Analyzer for the criteria, the search will return no values.
When looking at the search executed through the API, a wrong field name is being used.
The call to elastic to find the similar jobs is broken.
Possible Solutions
The search is looking for an analyzerDefinitionId while it should look for workerDefinitionId.
Complementary information
The attribute analyzerDefinitionId has previously been changed to workerDefinitionId.
The text was updated successfully, but these errors were encountered:
Request Type
Bug
Work Environment
Problem Description
In the GUI of Cortex, when looking at job history, the search function is broken. If you select an Analyzer for the criteria, the search will return no values.
When looking at the search executed through the API, a wrong field name is being used.
The call to elastic to find the similar jobs is broken.
Possible Solutions
The search is looking for an
analyzerDefinitionId
while it should look forworkerDefinitionId
.Complementary information
The attribute
analyzerDefinitionId
has previously been changed toworkerDefinitionId
.The text was updated successfully, but these errors were encountered: