Skip to content

Commit 06fb6b5

Browse files
committed
edits
1 parent 1116043 commit 06fb6b5

File tree

3 files changed

+38
-1
lines changed

3 files changed

+38
-1
lines changed

docs/get-started/quickstart.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ Here's how it works:
4646
* Invite team members to join and explore the platform with you.
4747
1. **Transition to real data**. Kickstart Data is available for 7 days or until you start ingesting real data—whichever comes first. It deactivates automatically at the end of the trial, but can be skipped at any time.
4848

49-
<!-- How to delete/override Kickstart Data -->
49+
:::tip For Admins
50+
If you're done exploring Kickstart Data and want to purge it from your environment, follow the steps under [Removing Kickstart Data](/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/sumo-logic-kickstart-data-source#removing-kickstart-data) to remove it from your Sumo Logic account.
51+
:::
5052

5153
## Step 1: Get your data into Sumo
5254

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,5 @@ import AppUpdate from '../../reuse/apps/app-update.md';
9494
import AppUninstall from '../../reuse/apps/app-uninstall.md';
9595

9696
<AppUninstall/>
97+
98+
If you're done exploring Kickstart Data and want to purge it from your environment, follow the steps under [Removing Kickstart Data](/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/sumo-logic-kickstart-data-source#removing-kickstart-data) to remove it from your Sumo Logic account.

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

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,39 @@ Learn more about [Kickstart Data](/docs/get-started/quickstart/#getting-started-
3232

3333
The Kickstart Data source is pre-installed for all users upon creation of a [new organization](/docs/manage/manage-subscription/create-and-manage-orgs).
3434

35+
## Removing Kickstart Data from your environment
36+
37+
If you're done exploring Kickstart Data and want to purge it from your environment, follow the steps below to remove it from your Sumo Logic account. This process involves updating retention settings to automatically age out the sample data.
38+
39+
### Step 1: Reduce retention period for the Kickstart partition
40+
41+
Kickstart Data is stored in a dedicated partition named `sample_otel_astronomy_shop`.
42+
43+
1. Navigate to the **Partitions** page in the Sumo Logic UI. See [Managing Partitions](/docs/manage/partitions) for guidance.
44+
2. Locate the partition named `sample_otel_astronomy_shop`.
45+
3. Edit the retention period and set it to **1 day**.
46+
4. When prompted, click **Apply change now**.
47+
48+
Kickstart Data will be fully aged out and removed after 24 hours.
49+
50+
### Step 2: (Optional) Reduce retention for the default partition
51+
52+
In some cases, a small amount of Kickstart Data may also end up in the default partition named `sumologic_default`.
53+
54+
Only do this if you haven’t started ingesting your own data. Changing this setting will delete **all logs** in the default partition—including your own.
55+
56+
1. While still on the **Partitions** page, locate the partition named `sumologic_default`.
57+
2. Edit the retention period and set it to **1 day**.
58+
3. Click **Apply change now**.
59+
4. After 24 hours, return to the partition settings and increase the retention back to your preferred duration (e.g., 30 days) to preserve ongoing ingested data.
60+
61+
### Important considerations
62+
63+
* Lowering the retention period causes **all data** in the partition to be deleted after 24 hours.
64+
* If you’re actively sending production data, do not adjust retention settings on the default partition.
65+
* Be sure to restore your original retention settings after Kickstart Data has been removed to avoid losing future log data.
66+
67+
3568
## FAQ
3669

3770
:::info

0 commit comments

Comments
 (0)