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
Expected behavior:
In case a Cortex Analyzer is run multiple time, the different reports versions are saved. The latest short report is displayed under the observable. When you click on it the corresponding long report shall be opened.
Actual behavior:
When you click on the short report, an older long report is opened (not the latest).
Cause:
The following API is not always returning the most recent case_artifact_job "id".
The text was updated successfully, but these errors were encountered:
m-delai
changed the title
[BUG] Click on short report resolves outdated long report
[Bug] Click on short report resolves outdated long report
May 22, 2020
Request Type
Bug
Work Environment
Problem Description
Expected behavior:
In case a Cortex Analyzer is run multiple time, the different reports versions are saved. The latest short report is displayed under the observable. When you click on it the corresponding long report shall be opened.
Actual behavior:
When you click on the short report, an older long report is opened (not the latest).
Cause:
The following API is not always returning the most recent case_artifact_job "id".
Endpoint: /api/connector/cortex/job/_search
Post:
{"sort":"-startDate","range":"0-1","query":{"_and":[{"_parent":{"_type":"case_artifact","_query":{"_id":"e05e45f5842f5aeae1b4d3401456ca1d"}}},{"_or":[{"analyzerId":"AaaA_ppppp_1_1"},{"_like":{"_field":"analyzerDefinition","_value":"AaaA_ppppp_1_1"}}]}]}}
The text was updated successfully, but these errors were encountered: