-
Notifications
You must be signed in to change notification settings - Fork 640
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Analyzer's artifacts tags and message are not kept when importing observables #1285
Comments
Hi securechicken This is beacuse is a JavaScript wich "import" observables on client side. This JavaScript overwrite your tags. Regards, |
Thanks @torsolaso, very nice to have such a quick explanation! Indeed, all artifacts params (except data and dataType) are overwritten by this client-side script. |
Hello @securechicken and thanks @torsolaso I'll fix it. Nice catch |
The use case we have to decide here is: how to deal with the tags when you select multiple observables of the same type (potentially with different tags) and hit |
Same question for the A solution could be :
|
…o account the tags and message of the observable
Request Type
Bug
Work Environment
Problem Description
When running a Cortex Analyzer that reports artifacts (aka. observables), tags and message (aka. description) that are set for the artifacts are not kept when "importing" artifacts.
The tags and message appear in the artifacts list that is brought by the Analyzer (clicking "Show observables" on Analyzer's report), but when selecting artifacts and clicking "Import Selection", tags and comment are replaced by The Hive generated ones, and Analyzer's set ones are discarded.
Steps to Reproduce
The text was updated successfully, but these errors were encountered: