Skip to content

Commit df0e2ff

Browse files
Merge branch 'main' into update-csoar-content
2 parents e5498b4 + c0a3b54 commit df0e2ff

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+967
-492
lines changed

blog-cse/2023/12-31.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,6 @@ The new index is automatically generated and retained for a period of 2 years at
247247

248248
As a result, the optional legacy Signal Forwarding feature in Cloud SIEM will be deprecated on **November 15, 2023**. Existing data will not be deleted, but new Signals generated after that date will no longer be forwarded using that feature and the option will no longer be available. (Signals will continue to be forwarded automatically to `sec_signal`.) Customers leveraging data forwarded using the legacy feature to generate dashboards (or for other use cases) will need to modify those applications to use the new `sec_signal` index before then. Note that the content of the `sec_signal` index is not identical to the content in data forwarded using the legacy option.
249249

250-
For more information about this change, and the differences between the two data sets, refer to our [2023 Cloud SIEM Signal Index Migration FAQ](/docs/cse/records-signals-entities-insights/signal-index-migration-faq/).
251-
252250

253251

254252
---

cid-redirects.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2636,6 +2636,7 @@
26362636
"/cid/16323": "/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/druva-source",
26372637
"/cid/13428": "/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/kandji-source",
26382638
"/cid/17343": "/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/automox-source",
2639+
"/cid/17344": "/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/smartsheet-source",
26392640
"/cid/20172": "/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/cisco-vulnerability-management-source",
26402641
"/cid/19880": "/docs/metrics/metrics-operators/predict",
26412642
"/cid/19881": "/docs/metrics/metrics-operators/accum",

docs/apm/real-user-monitoring/dashboards.md

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,28 @@ description: Learn how to use the Sumo Logic Real User Monitoring (RUM) Dashboar
88
import useBaseUrl from '@docusaurus/useBaseUrl';
99

1010

11-
## RUM App
11+
## Installing the RUM App (Optional)
1212

13-
Once Sumo Logic detects data coming from user browsers, the RUM app will be installed automatically for all users of your organization. **No action is required**.
13+
Once Sumo Logic detects data coming from user browsers, the RUM app will be installed automatically for all users of your organization. **No action is required**.
1414

15-
The data will populate in your organization's **Sumo Logic RUM - default** dashboards, located inside of your **Admin Recommended** folder. Do not modify or delete content in this folder, as it's maintained and updated automatically.
15+
The data will populate in your organization's **Sumo Logic RUM - default** dashboards, located inside of your **Installed Apps** folder. Do not modify or delete content in this folder, as it is maintained by Sumo Logic.
1616

17-
If your RUM app is removed accidentally, you'll need to install it manually:
17+
If your RUM app is removed accidentally, you'll need to install it manually
18+
19+
import AppInstall from '../../reuse/apps/app-install-v2.md';
20+
21+
## Upgrade/Downgrade the RUM App (Optional)
22+
23+
import AppUpdate from '../../reuse/apps/app-update.md';
24+
25+
<AppUpdate/>
26+
27+
## Uninstalling the RUM App (Optional)
28+
29+
import AppUninstall from '../../reuse/apps/app-uninstall.md';
30+
31+
<AppUninstall/>
1832

19-
1. Go to the **App Catalog**, then search for and select the **Real User Monitoring** app. 
20-
1. Click **Add to Library**.
21-
1. Provide an **App Name**. You can retain the existing name or enter a name of your choice for the app.
22-
1. **Advanced**. Select the Location in Library (the default is the Personal folder in the library), or click New Folder to add a new folder.
23-
1. Click **Add to Library**.
24-
1. Once the app is installed, it will appear in your **Personal** folder or the folder you specified. From here, you can share it with your organization.
2533

2634
## Using Real User Monitoring view
2735

docs/apm/traces/tracing-dashboards.md

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,21 +34,26 @@ Tracing metrics retention has [default metrics retention](/docs/apm/traces/view
3434

3535
## Installing the Tracing App (Optional)
3636

37-
The **Tracing - Application Services Health** app is automatically installed for all users of your organization once Sumo Logic detects OpenTelemetry-compatible tracing data coming from your instrumented services. The content is placed in **Sumo Logic Tracing - default dashboards** inside the **Admin Recommended** folder and is automatically available for all users in the organization.
37+
The **Tracing - Application Services Health** app is automatically installed for all users of your organization once Sumo Logic detects OpenTelemetry-compatible tracing data coming from your instrumented services. The content is placed in **Sumo Logic Tracing - default dashboards** inside the **Installed Apps** folder and is automatically available for all users in the organization.
3838

3939
:::note
40-
Do not modify or delete content in the **Admin Recommended** folder as it is maintained and updated automatically. If for any reason this gets removed, you can install the App manually from App Catalog.
40+
Do not modify or delete content in the **Installed Apps** folder as it is maintained by Sumo Logic. If for any reason this gets removed, you can install the App manually from App Catalog.
4141
:::
4242

43-
To install the app, do the following:
43+
import AppInstall from '../../reuse/apps/app-install-v2.md';
4444

45-
1. From the **App Catalog**, search for and select the **Tracing - Application Services Health** app.<br/> ![install-tracing-app.png](/img/apm/traces/install-tracing-app.png)
46-
2. To install the app, click the **Add to Library** button and complete the following fields.
47-
* **App Name.** You can retain the existing name, or enter a name of your choice for the app.
48-
* **Advanced**. Select the **Location in Library** (the default is the Personal folder), or click **New Folder** to add a new folder.<br/> ![Trace app two.png](/img/apm/traces/Trace-app-two.png)
49-
3. Click **Add to Library**.
45+
## Upgrade/Downgrade the Tracing App (Optional)
46+
47+
import AppUpdate from '../../reuse/apps/app-update.md';
48+
49+
<AppUpdate/>
50+
51+
## Uninstalling the Tracing App (Optional)
52+
53+
import AppUninstall from '../../reuse/apps/app-uninstall.md';
54+
55+
<AppUninstall/>
5056

51-
Once an app is installed, it will appear in your **Personal** folder or the folder you specified. From here, you can share it with your organization.
5257

5358
## Dashboard Panels
5459

docs/cloud-soar/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ This section contains the following topics:
1919
<a href="/docs/cloud-soar/overview"><img src={useBaseUrl('img/icons/security/soar-2-color-icon.png')} alt="Shield and gear icon" width="40"/><h4>Overview</h4></a>
2020
<p>Learn how Cloud SOAR allows you to perform incident management and threat response.</p>
2121
</div>
22+
</div><div className="box smallbox card">
23+
<div className="container">
24+
<a href="/docs/cloud-soar/introduction"><img src={useBaseUrl('img/icons/security/soar-2-color-icon.png')} alt="Shield and gear icon" width="40"/><h4>Introduction</h4></a>
25+
<p>Provides an introduction to Cloud SOAR for analysts and administrators. </p>
26+
</div>
2227
</div>
2328
<div className="box smallbox card">
2429
<div className="container">

0 commit comments

Comments
 (0)