Skip to content

Commit

Permalink
Feature/add bulk alert to case (#1435)
Browse files Browse the repository at this point in the history
* Add documentation for feature add bulk alert to case

* Fix screen without status color

* Update alerts.md

I also updated the change alert status in bulk to add a stepper

---------

Co-authored-by: Charles Ngor <[email protected]>
Co-authored-by: Khaoula Ettaleb <[email protected]>
  • Loading branch information
3 people authored Nov 14, 2023
1 parent 076c28f commit 9e759c5
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 8 deletions.
Binary file modified docs/assets/operation_center/alerts/alert-status.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/assets/operation_center/alerts/select-all-alerts.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/assets/operation_center/alerts/unselect-all-alerts.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 28 additions & 8 deletions docs/xdr/features/investigate/alerts.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,26 @@ Here is the updated list of all available filters.
!!! tip
To list only alerts raised by the same rule, just hover over the rule and click on the `+` next to the rule's name; it will automatically add the rule as a filter.

### Add alerts to case in bulk

Users can add multiple alerts to a case to regroup all the needed information for an extensive investigation.

![alert-to-case](/assets/operation_center/alerts/alert-to-case.png){: style="max-width:100%"}

To add alerts to a case in bulk, follow these steps:

1. Apply filters to alerts listing if needed
2. Select some alerts in the list using the checkbox. A counter will let you know how many alerts are selected
3. You can select all available alerts (including alerts in other pages) by clicking on `Select all XX alerts`
![select-all-alerts](/assets/operation_center/alerts/select-all-alerts.png)
5. A message will confirm that all alerts are selected including their count
![unselect-all-alerts](/assets/operation_center/alerts/unselect-all-alerts.png)
6. Choose an existing case or create a new case
![alert-to-case](/assets/operation_center/alerts/alert-to-case.png)

!!! note
For multi-tenant communities, alerts can only be added to cases that belong to the same community.

### Change alert status in bulk

On the main alert listing, it is possible to treat alerts faster. Users can, in one hand, change many alerts' statuses at the same time, and on the other hand, leave comments to explain their decision and provide more context.
Expand All @@ -187,14 +207,14 @@ On the main alert listing, it is possible to treat alerts faster. Users can, in

To change statuses in bulk, you have to:

- Apply filters to alerts listing if needed
- Select some alerts in the list using the checkbox. A counter will let you know how many alerts are selected
- You can select all available alerts (including alerts in other pages) by clicking on `Select all XX alerts.`
![select-all-alerts](/assets/operation_center/alerts/select-all-alerts.png)
- A message will confirm that all alerts are selected including their count
![unselect-all-alerts](/assets/operation_center/alerts/unselect-all-alerts.png)
- Choose the new status you want to apply
- Leave a comment explaining your decision and click on the `Update status` button.
1. Apply filters to alerts listing if needed
2. Select some alerts in the list using the checkbox. A counter will let you know how many alerts are selected
3. You can select all available alerts (including alerts in other pages) by clicking on `Select all XX alerts`
![select-all-alerts](/assets/operation_center/alerts/select-all-alerts.png)
4. A message will confirm that all alerts are selected including their count
![unselect-all-alerts](/assets/operation_center/alerts/unselect-all-alerts.png)
5. Choose the new status you want to apply
6. Leave a comment explaining your decision and click on the `Update status` button

!!! note
It is recommended to leave a comment to provide more context to the status change but it's not mandatory.
Expand Down

0 comments on commit 9e759c5

Please sign in to comment.