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
Copy file name to clipboardExpand all lines: docs/get-started/quickstart.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,9 @@ Here's how it works:
46
46
* Invite team members to join and explore the platform with you.
47
47
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.
48
48
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.
Copy file name to clipboardExpand all lines: docs/integrations/sumo-apps/kickstart-data.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,3 +94,5 @@ import AppUpdate from '../../reuse/apps/app-update.md';
94
94
import AppUninstall from '../../reuse/apps/app-uninstall.md';
95
95
96
96
<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.
Copy file name to clipboardExpand all lines: docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/sumo-logic-kickstart-data-source.md
+33Lines changed: 33 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,39 @@ Learn more about [Kickstart Data](/docs/get-started/quickstart/#getting-started-
32
32
33
33
The Kickstart Data source is pre-installed for all users upon creation of a [new organization](/docs/manage/manage-subscription/create-and-manage-orgs).
34
34
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.
0 commit comments