-
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
[Feature Request] Improve CustomFields support when merging alert into cases #1647
Comments
Hello @smogm What version of TheHive? |
Hello @nadouani, I'm currently at 4.0.1. It would also be enough to have a list of the alert ids the case was created from. And add this to the API too. |
This sounds like supporting multi valued custom fields, not an issue in merging alerts into cases. This is a valid feature request that needs to be planned. |
@nadouani Thank you! |
Hello @nadouani, do you have any news on that front or an estimation in which milestone you will add this feature enhancement? We really would like to see it as soon as possible as we use TheHive in a productive environment and need to sync case-changes back to our SIEM. |
Request Type
Feature Request
Problem Description
When merging multiple alerts into one case only the
customFields
of the most recent alert will be merged into the created case.Thus you will lose important information about the original alerts.
This is very anoying, if you have a SIEM system and try to push back changes on the case.
Example:
In case of a merged case the
customeFields
object should hold an array or list of the customFields of all merged alerts. Maybe also use the_type
field to indicate a merged case:The text was updated successfully, but these errors were encountered: