Skip to content

Commit 4177407

Browse files
authored
Merge branch 'main' into v3.6.1
2 parents 85a6a9e + 8ccb8b1 commit 4177407

File tree

20 files changed

+377
-101
lines changed

20 files changed

+377
-101
lines changed

.clabot

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,8 @@
173173
"Misterjohnson87",
174174
"lol3909",
175175
"Hellfire4959",
176-
"antonymartinsumo"
176+
"antonymartinsumo",
177+
"amee-sumo"
177178
],
178179
"message": "Thank you for your contribution! As this is an open source project, we require contributors to sign our Contributor License Agreement and do not have yours on file. To proceed with your PR, please [sign your name here](https://forms.gle/YgLddrckeJaCdZYA6) and we'll add you to our approved list of contributors.",
179180
"label": "cla-signed",

blog-service/2024-11-13-manage.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: Kickstart Data Onboarding
3+
image: https://help.sumologic.com/img/sumo-square.png
4+
hide_table_of_contents: true
5+
---
6+
7+
import useBaseUrl from '@docusaurus/useBaseUrl';
8+
9+
<a href="https://help.sumologic.com/release-notes-service/rss.xml"><img src={useBaseUrl('img/release-notes/rss-orange2.png')} alt="icon" width="50"/></a>
10+
11+
We know that getting started with new tools can be challenging. To simplify your onboarding, we’ve introduced Kickstart Data with preloaded sample data and prebuilt dashboards designed to streamline your trial experience with Sumo Logic. With this sample data, you can jump right in, explore dashboards, and understand Sumo Logic's value without needing to set up your own data first.
12+
13+
### Key benefits
14+
15+
* **Immediate insights**. Begin with sample data and dashboards to experience Sumo Logic’s capabilities instantly.
16+
* **Quick setup**. No need to configure firewall settings or security permissions—get started right away.
17+
* **Guided trial**. Pre-built dashboards and reports demonstrate real-world scenarios, allowig secure and insightful exploration.
18+
* **Easy transition**. Start ingesting your own data anytime. Kickstart deactivated at the trial’s end.
19+
20+
See how Kickstart Data can simplify your onboarding, helping you focus on monitoring and troubleshooting. For more details, visit our [Quickstart Guide](/docs/get-started/quickstart/#getting-started-with-kickstart-data-in-your-trial).

docs/get-started/quickstart.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,36 @@ What you'll learn:
2525

2626
You'll need a Sumo Logic account. Sign up for a free trial [here](/docs/get-started/sign-up).
2727

28+
## Getting started with kickstart data in your trial
29+
30+
With your [trial](/docs/get-started/sign-up), you can access preloaded placeholder Kickstart Data to explore Sumo Logic instantly without setting up your own data. This feature helps trial users see immediate value and bypass setup barriers like firewall and security configurations.
31+
32+
### Key benefits
33+
34+
* **Immediate insights**. Explore Sumo Logic right away, without initial data setup, to quickly see its value and decide if it’s a fit for you.
35+
* **Quick setup**. Kickstart Data removes technical hurdles, making onboarding faster and easier.
36+
* **Guided experience**. Access pre-built dashboards and reports that demonstrate real-world scenarios, helping you make the most of your trial.
37+
* **Safe exploration**. Evaluate our platform in a secure environment with no exposure of sensitive data.
38+
39+
### How it works
40+
41+
1. **User assignment**. When you start your trial, you will be automatically assigned to either the Kickstart Data workflow or a custom data workflow, based on your user profile.
42+
2. **Sample dashboards**. If you are assigned the Kickstart Data option, sample data will be preloaded into the platform, along with dashboards and log searches tailored to your monitoring and troubleshooting use cases.
43+
* **Application reliability**. Metrics like Homepage Load Time, Checkout Errors, and Internal Server Orders.
44+
* **Business KPIs**. Revenue Trends, Promo Performance, and Customer Feedback Metrics.
45+
3. **Onboarding checklist**. You will follow a guided checklist that helps you:
46+
* Analyze sample data.
47+
* Perform log searches.
48+
* Invite team members to join and explore the platform with you.
49+
4. **Seamless transition to real data**. After you complete the sample data onboarding steps, you can set up your own data ingestion while continuing to use the platform’s core features. When your trial ends, Kickstart Data is deactivated automatically.
50+
51+
You can skip Kickstart Data anytime and begin ingesting your own data.
52+
53+
:::warning limitations
54+
* User profiling for selection. Your assignment to either placeholder data or your own data workflow is determined by user profiling data from marketing. You won't be able to manually select your preferred workflow.
55+
* Limited availability. At launch, the placeholder data option will only be available to select trial users based on profiling.
56+
:::
57+
2858
## Step 1: Get your data into Sumo
2959

3060
The journey of 10,000 logs begins with a single collector. Your data analytics journey starts by sending your data to Sumo.
@@ -49,7 +79,7 @@ OpenTelemetry is our preferred collector unless you're configuring security data
4979
#### Installed and Hosted Collector
5080

5181
1. Log in to Sumo Logic.
52-
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 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**.
82+
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 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**.
5383
1. Select **Add Collector**.<br/><img src={useBaseUrl('img/get-started/WTS_Collector_page.png')} alt="Add Collector" />
5484
1. Choose from our [Hosted Collector](/docs/send-data/hosted-collectors) (web-hosted) or [Installed Collector](/docs/send-data/installed-collectors) (locally installed on your machine).
5585

docs/get-started/sign-up.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,12 @@ Should you decide to cancel, you can do this through AWS Marketplace.
145145

146146
Your subscription will be cancelled immediately.
147147

148+
## Discover Sumo Logic with preloaded data
149+
150+
To help you get started quickly, preloaded placeholder data is available for trial users. This feature lets you jump in and explore Sumo Logic right away, with sample dashboards and data tailored to your needs.
151+
152+
For more information on maximizing this feature, check out our [Quickstart Guide](/docs/get-started/quickstart).
153+
148154
## Resources
149155

150156
* [Sumo Logic Quickstart](/docs/get-started/quickstart)

docs/integrations/microsoft-azure/azure-app-service-plan.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ In this section, you will configure a pipeline for shipping metrics from Azure M
6161
1. Choose `Stream to an event hub` as destination.
6262
1. Select `AllMetrics`.
6363
1. Use the Event hub namespace created by the ARM template in Step 2 above. You can create a new Event hub or use the one created by ARM template. You can use the default policy `RootManageSharedAccessKey` as the policy name.
64+
4. Tag the location field in the source with right location value.<br/><img src={useBaseUrl('img/integrations/microsoft-azure/Azure-Storage-Tag-Location.png')} alt="Azure Storage Tag Location" style={{border: '1px solid gray'}} width="400" />
6465
6566
### Configure logs collection
6667
@@ -69,11 +70,11 @@ In this section, you will configure a pipeline for shipping metrics from Azure M
6970
In this section, you will configure a pipeline for shipping diagnostic logs from [Azure Monitor](https://docs.microsoft.com/en-us/azure/monitoring-and-diagnostics/monitoring-get-started) to an Event Hub.
7071
7172
1. To set up the Azure Event Hubs source in Sumo Logic, refer to [Azure Event Hubs Source for Logs](/docs/send-data/collect-from-other-data-sources/azure-monitoring/ms-azure-event-hubs-source/).
72-
1. To create the **Diagnostic setting** in the Azure portal, refer to the [Azure documentation](https://learn.microsoft.com/en-gb/azure/data-factory/monitor-configure-diagnostics). Perform the below steps for each Azure Functions that you want to monitor.
73+
2. To create the **Diagnostic setting** in the Azure portal, refer to the [Azure documentation](https://learn.microsoft.com/en-gb/azure/data-factory/monitor-configure-diagnostics). Perform the below steps for each Azure Functions that you want to monitor.
7374
1. Choose `Stream to an event hub` as the destination.
7475
1. Select `AllMetrics`.
7576
1. Use the Event Hub namespace and Event Hub name configured in previous step in destination details section. You can use the default policy `RootManageSharedAccessKey` as the policy name.<br/><img src={useBaseUrl('img/integrations/microsoft-azure/Azure-App-Service-Plan-Configure-Diagnostic-Metrics.png')} alt="Azure App Service Plan Tag Location" style={{border: '1px solid gray'}} width="800" />
76-
1. Tag the location field in the source with right location value.<br/><img src={useBaseUrl('img/integrations/microsoft-azure/Azure-Storage-Tag-Location.png')} alt="Azure Storage Tag Location" style={{border: '1px solid gray'}} width="400" />
77+
3. Tag the location field in the source with right location value.<br/><img src={useBaseUrl('img/integrations/microsoft-azure/Azure-Storage-Tag-Location.png')} alt="Azure Storage Tag Location" style={{border: '1px solid gray'}} width="400" />
7778
7879
#### Activity logs (optional)
7980

docs/integrations/microsoft-azure/azure-application-gateway.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ In this section, you will configure a pipeline for shipping metrics from Azure M
130130
1. Choose `Stream to an event hub` as destination.
131131
1. Select `AllMetrics`.
132132
1. Use the Event hub namespace created by the ARM template in Step 2 above. You can create a new Event hub or use the one created by ARM template. You can use the default policy `RootManageSharedAccessKey` as the policy name. <br/><img src={useBaseUrl('img/send-data/azureapplicationgateway-metrics.png')} alt="Azure application gateway metrics" style={{border: '1px solid gray'}} width="800" />
133+
1. Tag the location field in the source with right location value. <br/><img src={useBaseUrl('img/integrations/microsoft-azure/Azure-Storage-Tag-Location.png')} alt="Azure Application Gateway Tag Location" style={{border: '1px solid gray'}} width="400" />
133134
134135
### Configure logs collection
135136
@@ -141,8 +142,8 @@ In this section, you will configure a pipeline for shipping diagnostic logs from
141142
1. To create the diagnostic settings in Azure portal, refer to the [Azure documentation](https://learn.microsoft.com/en-gb/azure/data-factory/monitor-configure-diagnostics). Perform the steps below for each Azure application gateway account that you want to monitor.
142143
1. Choose **Stream to an event hub** as the destination.
143144
1. Select `allLogs`.
144-
1. Use the Event Hub namespace and Event Hub name configured in the previous step in the destination details section. You can use the default policy `RootManageSharedAccessKey` as the policy name.
145-
1. Tag the location field in the source with right location value. <br/><img src={useBaseUrl('img/integrations/microsoft-azure/Azure-Storage-Tag-Location.png')} alt="Azure Application Gateway Tag Location" style={{border: '1px solid gray'}} width="400" /> <br/><img src={useBaseUrl('img/send-data/azureapplicationgateway-logs.png')} alt="Azure Application Gateway logs" style={{border: '1px solid gray'}} width="800" />
145+
1. Use the Event Hub namespace and Event Hub name configured in the previous step in the destination details section. You can use the default policy `RootManageSharedAccessKey` as the policy name.<br/><img src={useBaseUrl('img/send-data/azureapplicationgateway-logs.png')} alt="Azure Application Gateway logs" style={{border: '1px solid gray'}} width="800" />
146+
1. Tag the location field in the source with right location value. <br/><img src={useBaseUrl('img/integrations/microsoft-azure/Azure-Storage-Tag-Location.png')} alt="Azure Application Gateway Tag Location" style={{border: '1px solid gray'}} width="400" />
146147
147148
:::note
148149
WAF logs and metrics will be available for WAF V2 tier and only after a WAF Policy has been associated with application gateway. Refer to the azure docs for more information.

0 commit comments

Comments
 (0)