Skip to content

Commit 83e8117

Browse files
committed
GAing deletion requests
1 parent 81d858b commit 83e8117

File tree

6 files changed

+29
-14
lines changed

6 files changed

+29
-14
lines changed

blog-service/2026-01-30-manage.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: Data Deletion Requests (Manage)
3+
image: https://help.sumologic.com/img/sumo-square.png
4+
keywords:
5+
- data-deletion
6+
- manage
7+
hide_table_of_contents: true
8+
---
9+
10+
We're excited to announce that you can now delete the ingested data directly from Sumo Logic using **Deletion Requests**. This helps you to quickly remove unintentionally ingested sensitive data without contacting Sumo Logic Support. Deletion requests support multiple datasets, time ranges, customizable filters, and full audit tracking. Also, you can manage the requests programmatically using the [Data Deletion Rules API](/docs/api/data-deletion-rules). [Learn more](/docs/manage/deletion-requests).

docs/api/data-deletion-rules.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,15 @@ id: data-deletion-rules
33
title: Data Deletion Rules APIs
44
sidebar_label: Data Deletion Rules
55
keywords:
6-
- data deletion
7-
- delete data
6+
- data-deletion
7+
- delete-data
88
description: Data Deletion Rules APIs allow you to delete ingested data from Sumo Logic.
99
---
1010

1111
import useBaseUrl from '@docusaurus/useBaseUrl';
1212
import ApiIntro from '../reuse/api-intro.md';
1313
import ApiRoles from '../reuse/api-roles.md';
1414

15-
<head>
16-
<meta name="robots" content="noindex" />
17-
</head>
18-
19-
<p><a href={useBaseUrl('docs/beta')}><span className="beta">Beta</span></a></p>
20-
2115
<img src={useBaseUrl('img/icons/dashboards.png')} alt="icon" width="50"/>
2216

2317
Data Deletion Rules APIs let you request removal of ingested data from Sumo Logic, helping you quickly address inadvertently ingested sensitive data.

docs/api/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,11 @@ Use the Sumo Logic Application Programming Interfaces (APIs) to interact with ou
7474
<a href={useBaseUrl('docs/api/dashboard')}><img src={useBaseUrl('img/icons/dashboards.png')} alt="Thumbnail icon" width="50"/><h4>Dashboards</h4></a>
7575
</div>
7676
</div>
77+
<div className="box smallbox card">
78+
<div className="container">
79+
<a href={useBaseUrl('docs/api/data-deletion-rules')}><img src={useBaseUrl('img/icons/business/user-permissions.png')} alt="Thumbnail icon" width="50"/><h4>Data Deletion Rules</h4></a>
80+
</div>
81+
</div>
7782
<div className="box smallbox card">
7883
<div className="container">
7984
<a href={useBaseUrl('docs/api/dynamic-parsing')}><img src={useBaseUrl('img/icons/operations/parsing-data.png')} alt="Thumbnail icon" width="50"/><h4>Dynamic Parsing</h4></a>

docs/manage/deletion-requests.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,6 @@ description: Learn how to independently and efficiently control or remove your s
99

1010
import useBaseUrl from '@docusaurus/useBaseUrl';
1111

12-
<head>
13-
<meta name="robots" content="noindex" />
14-
</head>
15-
16-
<p><a href={useBaseUrl('docs/beta')}><span className="beta">Beta</span></a></p>
17-
1812
<!-- Originally added as a beta article with DOCS-149. -->
1913

2014
Deletion requests allow you to quickly remove ingested data from Sumo Logic. This is particularly useful for addressing inadvertently ingested sensitive data.
@@ -36,6 +30,11 @@ Key features:
3630
| View deletion requests only | **View Deletion Requests** or **Manage Deletion Requests** |
3731
| Approve or reject requests | **Review Deletion Requests** (automatically includes Manage and View) |
3832

33+
:::note
34+
- *Only* the account owner can enable data deletion from the **Policies** page, with all enablement actions captured in the audit log.
35+
- You can configure the number of approvers for each data deletion request.
36+
:::
37+
3938
## Create a deletion request
4039

4140
You can create a data deletion request from either the **Logs** tab or a **Log Search**. Before you begin, review the following:

docs/manage/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,10 @@ This topic describes features and options that give you administration over acco
9595
<p>Learn how to archive selected data to an external server or Amazon S3.</p>
9696
</div>
9797
</div>
98+
<div className="box smallbox card">
99+
<div className="container">
100+
<a href={useBaseUrl('docs/manage/deletion-requests')}><img src={useBaseUrl('img/icons/business/user-permissions.png')} alt="icon" width="40"/><h4>Deletion Requests</h4></a>
101+
<p> Learn how to independently and efficiently control or remove your sensitive data from Sumo Logic.</p>
102+
</div>
103+
</div>
98104
</div>

sidebars.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1154,6 +1154,7 @@ module.exports = {
11541154
'manage/data-archiving/archive',
11551155
]
11561156
},
1157+
'manage/deletion-requests',
11571158
],
11581159
},
11591160
],

0 commit comments

Comments
 (0)