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
sidebar_label: Sumo Logic Kickstart Data (Astronomy)
5
+
description: The Sumo Logic Kickstart Data (Astronomy) app offers real-time insights for monitoring telemetry data from the OpenTelemetry Demo Astronomy application.
The Sumo Logic Kickstart Data (Astronomy) app offers real-time insights for monitoring telemetry data from the OpenTelemetry Demo Astronomy application. Featuring predefined searches and dashboards, this app enhances visibility into application performance and operational metrics.
19
+
20
+
## Application Data
21
+
22
+
This app uses [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.
23
+
24
+
## Installing the Sumo Logic Kickstart Data (Astronomy) app
25
+
26
+
import AppInstall2 from '../../reuse/apps/app-install-v2.md';
27
+
28
+
<AppInstall2/>
29
+
30
+
## Create monitors for the Sumo Logic Kickstart Data (Astronomy) app
31
+
32
+
import CreateMonitors from '../../reuse/apps/create-monitors.md';
33
+
34
+
<CreateMonitors/>
35
+
36
+
## Viewing Sumo Logic Kickstart Data (Astronomy) dashboards
37
+
38
+
import ViewDashboards from '../../reuse/apps/view-dashboards.md';
39
+
40
+
<ViewDashboards/>
41
+
42
+
### Sumo Logic Kickstart Data (Astronomy) - Application Health
43
+
44
+
The **Sumo Logic Kickstart Data (Astronomy) - Application Health** dashboard provides a comprehensive view of the application's performance and operational metrics. It includes key indicators such as CPU and memory usage, transaction times for checkouts and payments, error rates, and service latency. Additionally, it displays deployment logs, user journeys, and error logs, allowing users to quickly identify issues and monitor the overall health of the application.
### Sumo Logic Kickstart Data (Astronomy) - Business KPIs
49
+
50
+
The **Sumo Logic Kickstart Data (Astronomy) - Business KPIs** dashboard focuses on critical business performance metrics. It tracks customer satisfaction, support tickets, revenue trends, and promotional offers redeemed. This dashboard also monitors customer churn rates and cart abandonment rates, providing insights into user engagement and revenue distribution globally. These metrics help businesses make informed decisions to enhance customer experiences and drive growth.
Sumo Logic Sample Data source is designed for ingesting logs and metrics into Sumo Logic for the OpenTelemetry demo application. The data source is engineered to provide a continuous stream of data that simulates a specific scenario, highlighting latency spikes across various services.
24
+
Sumo Logic Kickstart Data source is designed for ingesting logs and metrics into Sumo Logic for the OpenTelemetry demo application. The data source is engineered to provide a continuous stream of data that simulates a specific scenario, highlighting latency spikes across various services.
25
25
26
26
## Data collected
27
27
@@ -36,19 +36,19 @@ Sumo Logic Sample Data source is designed for ingesting logs and metrics into Su
36
36
37
37
### Source configuration
38
38
39
-
When you create a Sumo Logic Sample Data source, you add it to a Hosted Collector. Before creating the source, identify the Hosted Collector you want to use or create a new Hosted Collector. For instructions, see [Configure a Hosted Collector and Source](/docs/send-data/hosted-collectors/configure-hosted-collector).
39
+
When you create a Sumo Logic Kickstart Data source, you add it to a Hosted Collector. Before creating the source, identify the Hosted Collector you want to use or create a new Hosted Collector. For instructions, see [Configure a Hosted Collector and Source](/docs/send-data/hosted-collectors/configure-hosted-collector).
40
40
41
-
To configure the Sumo Logic Sample Data Source:
41
+
To configure the Sumo Logic Kickstart Data Source:
42
42
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**.
43
43
1. On the collectors page, click **Add Source** next to a Hosted Collector.
44
-
1. Search for and select **Sumo Logic Sample Data** icon.
44
+
1. Search for and select **Sumo Logic Kickstart Data** icon.
45
45
1. Enter a **Name** to display for the source in the Sumo Logic web application. The description is optional.
46
46
1. (Optional) For **Source Category**, enter any string to tag the output collected from the source. Category metadata is stored in a searchable field called `_sourceCategory`.
47
47
1. (Optional) **Fields**. Click the **+Add Field** link to define the fields you want to associate. Each field needs a name (key) and value.
48
48
* A green circle with a check mark is shown when the field exists in the Fields table schema.
49
49
* An orange triangle with an exclamation point is shown when the field doesn't exist in the Fields table schema. In this case, an option to automatically add the nonexistent fields to the Fields table schema is provided. If a field is sent to Sumo Logic that does not exist in the Fields schema it is ignored, known as dropped.
50
-
1. In **CID (Account Number)**, enter your CID account number collected from the Sumo Logic Sample Data platfrorm.
51
-
1. In **API Secret**, enter your API Secret ID collected from the Sumo Logic Sample Data platfrorm.
50
+
1. In **CID (Account Number)**, enter your CID account number collected from the Sumo Logic Kickstart Data platfrorm.
51
+
1. In **API Secret**, enter your API Secret ID collected from the Sumo Logic Kickstart Data platfrorm.
52
52
1.**Data Type** You have the option to choose the type of ingestion. Default is `OTEL` for the OpenTelemetry demo application.
53
53
1. When you are finished configuring the source, click **Save**.
54
54
@@ -70,19 +70,19 @@ Sources can be configured using UTF-8 encoded JSON files with the Collector Ma
70
70
| description | String | No | `null` | Type a description of the source. | `"Testing source"`
71
71
| category | String | No | `null` | Type a category of the source. This value is assigned to the [metadata](/docs/search/get-started-with-search/search-basics/built-in-metadata) field `_sourceCategory`. See [best practices](/docs/send-data/best-practices) for details. | `"mySource/test"`
72
72
| fields | JSON Object | No |`null`| JSON map of key-value fields (metadata) to apply to the Collector or Source. Use the boolean field _siemForward to enable forwarding to SIEM.|`{"_siemForward": false, "fieldA": "valueA"}`|
73
-
| dataType | String | Yes |`OTEL`| Type of supported sample data. ||
73
+
| dataType | String | Yes |`OTEL`| Type of supported kickstart data. ||
0 commit comments