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/integrations/sumo-apps/kickstart-data.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Kickstart Data comes preloaded for new trial users and expires automatically aft
17
17
18
18
## Application Data
19
19
20
-
This app uses the [Sumo Logic Kickstart Data source](/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/sumo-logic-kickstart-data-source) to collect the data from OpenTelemetry Demo Astronomy Application.
20
+
This app uses the [Sumo Logic Kickstart Data source](/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/sumo-logic-kickstart-data-source) to collect the data from OpenTelemetry Demo Astronomy app.
21
21
22
22
## Installing the Sumo Logic Kickstart Data app
23
23
@@ -94,3 +94,7 @@ 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
+
:::note For admins
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).
Copy file name to clipboardExpand all lines: docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/sumo-logic-kickstart-data-source.md
+44-1Lines changed: 44 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,14 +24,57 @@ Kickstart Data comes preloaded for new trial users and expires automatically aft
24
24
| :--- | :--- |
25
25
| Initial Data | The source ingests data from 6 hours in the past and 6 hours into the future. |
26
26
| Regular Ingestion | Every 6 hours, the source ingests an additional 6 hours of future-dated data to ensure dashboards are always populated. |
27
-
| Latency Spike Simulation | The data demonstrate a scenario showcasing latency spikes, aiding in performance analysis and debugging. |
27
+
| Latency Spike Simulation | The data demonstrates a scenario showcasing latency spikes, aiding in performance analysis and debugging. |
28
28
29
29
## Setup
30
30
31
31
### Source configuration
32
32
33
33
The Kickstart Data source is automatically included when you create a new organization during your trial. [Learn more](/docs/get-started/quickstart/#getting-started-with-kickstart-data-in-your-trial).
34
34
35
+
## Kickstart Data availability and cleanup
36
+
37
+
Kickstart Data is preloaded in all new Sumo Logic Trial accounts to help you explore the platform without needing to ingest your own data. This sample data powers dashboards, log searches, and alerts using simulated application logs.
38
+
39
+
Kickstart Data is streamed continuously throughout your trial. As a result, the total volume of sample data will grow daily unless you manually stop the collector.
40
+
41
+
:::note
42
+
In some cases, the Kickstart collector may remain active beyond the 7-day period originally expected. To stop ingestion entirely, you must delete the collector manually.
43
+
:::
44
+
45
+
### How to manage or remove Kickstart Data
46
+
47
+
If you want to prevent Kickstart Data from continuing to ingest or appearing in your searches, you can choose from the following options.
48
+
49
+
#### Delete the Kickstart collector (recommended)
50
+
51
+
To stop new Kickstart Data from being ingested every 6 hours:
52
+
53
+
1.[**Classic UI**](/docs/get-started/sumo-logic-ui-classic). In the main Sumo Logic menu, select **Manage Data > Collection > Collection**. <br/>[**New UI**](/docs/get-started/sumo-logic-ui). In the Sumo Logic top menu, select **Configuration**, and then under **Data Collection**, select **Collection**. You can also click the **Go To...** menu at the top of the screen and select **Collection**.
54
+
1. Locate the collector named `sample_otel_astronomy_shop`.
55
+
1. Delete the collector.
56
+
57
+
This action prevents further sample data from entering your account.
58
+
59
+
#### Filter Kickstart Data out of search results (optional)
60
+
61
+
To focus only on your own data in search, use a filter to exclude Kickstart logs by metadata.
62
+
63
+
Add a line like the following to your query:
64
+
65
+
```sql
66
+
_sourceCategory=custom_data/logs
67
+
| where !(_sourceCategory=datagen_otel)
68
+
```
69
+
70
+
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"`.
71
+
72
+
Use this method if you prefer not to delete the collector or change any partition settings.
73
+
74
+
#### Need Kickstart Data fully removed?
75
+
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.
0 commit comments