Skip to content

Commit 66033ac

Browse files
committed
edits per CL
1 parent aa2feed commit 66033ac

File tree

3 files changed

+5
-13
lines changed

3 files changed

+5
-13
lines changed

docs/integrations/sumo-apps/kickstart-data.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,5 @@ import AppUninstall from '../../reuse/apps/app-uninstall.md';
9696
<AppUninstall/>
9797

9898
:::note For admins
99-
import KickstartRemove from '../../reuse/kickstart.md';
100-
101-
<KickstartRemove/>
99+
If you're done exploring Kickstart Data and want to purge it from your environment and Sumo Logic account, follow the steps under [How to manage or remove Kickstart Data](/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/sumo-logic-kickstart-data-source#how-to-manage-or-remove-kickstart-data).
102100
:::

docs/reuse/kickstart.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/sumo-logic-kickstart-data-source.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -63,22 +63,17 @@ To focus only on your own data in search, use a filter to exclude Kickstart logs
6363
Add a line like the following to your query:
6464

6565
```sql
66-
_sourceCategory != "kickstart"
66+
_sourceCategory=custom_data/logs
67+
| where !(_sourceCategory=datagen_otel)
6768
```
6869

6970
You can also filter by other metadata such as `_sourceName` or `application`, depending on your environment. Kickstart logs often include tags like `application="astronomy-shop"`.
7071

7172
Use this method if you prefer not to delete the collector or change any partition settings.
7273

73-
#### Adjusting retention settings (not recommended)
74+
#### Need Kickstart Data fully removed?
7475

75-
While it is technically possible to remove Kickstart Data by [reducing the retention period](/docs/manage/partitions/manage-indexes-variable-retention/#edit-the-retention-period), we do not recommend this method for most users:
76-
77-
* Lowering retention to 1 day may still take up to 3 days to fully remove data.
78-
* Changing retention on the `sumologic_default` partition can result in permanent loss of your own logs.
79-
* Creating new partitions and routing rules requires advanced knowledge of metadata and configuration.
80-
81-
Instead, we recommend deleting the collector and using search filters to isolate your data.
76+
If you need Kickstart Data to be fully removed from your account for compliance or other reasons, contact [Support](https://support.sumologic.com) or your Sumo Logic representative for assistance. Our team can guide you through the process to ensure data is handled correctly.
8277

8378
## FAQ
8479

0 commit comments

Comments
 (0)