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
The Data Deletion Rules allows you to quickly and easily request the removal of ingested data from Sumo Logic. This helps you with removal of inadvertently ingested sensitive data.
Copy file name to clipboardExpand all lines: docs/manage/deletion-requests.md
+18-2Lines changed: 18 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ Data cannot be recovered once it gets deleted. Ensure that you have appropriatel
52
52
:::
53
53
1. Select the **Time Range** when the data was ingested.
54
54
1. When you're done, click **Save**.
55
-
1. Your request will go to a Sumo Logic Customer Support Manager (CSM) for review and approval. You can check on your request in the **Status** column. <br/><img src={useBaseUrl('img/search/get-started-search/deletion-request-status.png')} alt="deletion request status" style={{border: '1px solid gray'}} width="400"/>
55
+
1. Your request will go to your [Administrator for review and approval](#approve-the-deletion-request). You can check on your request in the **Status** column. <br/><img src={useBaseUrl('img/search/get-started-search/deletion-request-status.png')} alt="deletion request status" style={{border: '1px solid gray'}} width="400"/>
56
56
57
57
### From a Log Search
58
58
@@ -88,12 +88,28 @@ To cancel a data deletion request:
88
88
89
89
<img src={useBaseUrl('img/search/get-started-search/deletion-request-cancel.png')} alt="screenshot showing how to cancel a deletion request" style={{border: '1px solid gray'}} width="800"/>
90
90
91
+
## Approve the deletion request
92
+
93
+
:::note
94
+
- Ensure you have the **Administrator** access with **Review Deletion Requests** capability. By default, **Manage Deletion Requests** and **View Deletion Requests** capabilities will be added if you have the **Review Deletion Requests** capability.
95
+
- Only **Administrator** will have the ability to view the **Approve** and **Reject** buttons.
96
+
:::
97
+
98
+
Once the deletion request is created, it will be notified to your **Administrator** for approval. To approve or reject the request, follow the steps below:
99
+
100
+
1.[**Classic UI**](/docs/get-started/sumo-logic-ui-classic). Go to **Manage Data > Logs > Deletion Requests**.<br/>[**New UI**](/docs/get-started/sumo-logic-ui). In the top menu, select **Configuration**, and then under **Logs** select **Deletion Requests**.
101
+
1. Filter for the status with **Pending review**. <img src={useBaseUrl('img/search/get-started-search/pending-requests.png')} alt="filter for pending deletion requests" style={{border: '1px solid gray'}} width="800"/>
102
+
1. Click on the deletion request to review the request.
103
+
1.**Approve** or **Reject** the request based on your requirement.
104
+
-**Approve**. Enter **Delete** in the **Approve Deletion Request** pop-up to permanently delete the data, and click the **Approve Request** button. <br/><img src={useBaseUrl('img/search/get-started-search/approve-deletion-request.png')} alt="Approve deletion requests pop-up" style={{border: '1px solid gray'}} width="400"/>
105
+
-**Reject**. Enter the reason for rejection in the **Reject Deletion Request** pop-up to help the requester understand the rejection issue to take necessary actions, and click the **Reject Request** button.<br/><img src={useBaseUrl('img/search/get-started-search/reject-deletion-request.png')} alt="Reject deletion requests pop-up" style={{border: '1px solid gray'}} width="400"/>
106
+
91
107
## Limitations
92
108
93
109
- Deletion requests will be processed one by one.
94
110
- You can create upto 100 deletion requests at a time.
95
111
- Each deletion request can include up to 1 petabyte (PB) of scanned data.
96
-
- You can delete up to 1,000,000 messages per request.
112
+
- You can delete up to 1,000,000 messages per request.
97
113
- The maximum time range for each deletion request is one year.
98
114
- Your system can support up to 10 active concurrent deletion tasks across different customers.
99
115
- Ensure that the requests initiated are not deleting the data prior to `1st February 2024`. Any request before this timestamp will fail in creation.
0 commit comments