Skip to content

Commit 2b8d0cd

Browse files
authored
DOCS-606 - Wistia video links (#4905)
* First set * Next set * Another set * Remove old videos * Add final videos * Remove video from support article * Remove admin mode video
1 parent d57404d commit 2b8d0cd

File tree

78 files changed

+1229
-293
lines changed

Some content is hidden

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

78 files changed

+1229
-293
lines changed

docs/alerts/monitors/alert-response.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,20 @@ import Iframe from 'react-iframe';
2020

2121
Learn how to use alert response.
2222

23+
24+
<Iframe url="https://fast.wistia.net/embed/iframe/elkucyy4ap?web_component=true&seo=true&videoFoam=false"
25+
width="854px"
26+
height="480px"
27+
title="Micro Lesson: Using Alert Response Video"
28+
id="wistiaVideo"
29+
className="video-container"
30+
display="initial"
31+
position="relative"
32+
allow="autoplay; fullscreen"
33+
allowfullscreen
34+
/>
35+
36+
<!-- old
2337
<Iframe url="https://www.youtube.com/embed/3FHomBuFyV8?rel=0"
2438
width="854px"
2539
height="480px"
@@ -30,6 +44,7 @@ Learn how to use alert response.
3044
allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
3145
allowfullscreen
3246
/>
47+
-->
3348

3449
:::
3550

docs/alerts/monitors/create-monitor.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ description: Learn how to create a Sumo Logic monitor.
55
---
66

77
import useBaseUrl from '@docusaurus/useBaseUrl';
8+
import Iframe from 'react-iframe';
89

910
This guide will walk you through the steps of creating a monitor in Sumo Logic, from setting up trigger conditions to configuring advanced settings, notifications, and playbooks.
1011

@@ -87,7 +88,7 @@ Set specific threshold conditions for well-defined KPIs with constant thresholds
8788

8889
#### Anomaly
8990

90-
Leverage machine learning to identify unusual behavior and suspicious patterns by establishing baselines for normal activity. This [*AI-driven alerting*](https://www.youtube.com/watch?v=nMRoYb1YCfg) system uses historical data to minimize false positives and alerts you to deviations.
91+
Leverage machine learning to identify unusual behavior and suspicious patterns by establishing baselines for normal activity. This *AI-driven alerting* system uses historical data to minimize false positives and alerts you to deviations.
9192

9293
* **Model-driven detection**. Machine learning models create accurate baselines, eliminating guesswork and noise.
9394
* **AutoML**. The system self-tunes with seasonality detection, minimizing user intervention and adjusting for recurring patterns to reduce false positives.
@@ -96,6 +97,35 @@ Leverage machine learning to identify unusual behavior and suspicious patterns b
9697
* **Auto-diagnosis and recovery**. The Automation Service handles diagnosis and resolution, closing the loop from alert to recovery.
9798
* **Customizable detection**. Use advanced rules like "Cluster anomalies" to detect multiple data points exceeding thresholds within a set timeframe.
9899

100+
:::sumo Micro Lesson
101+
Learn about AI-driven alerting.
102+
103+
<Iframe url="https://fast.wistia.net/embed/iframe/8z9b2zqtc3?web_component=true&seo=true&videoFoam=false"
104+
width="854px"
105+
height="480px"
106+
title="Micro Lesson: AI-driven Alerting Video"
107+
id="wistiaVideo"
108+
className="video-container"
109+
display="initial"
110+
position="relative"
111+
allow="autoplay; fullscreen"
112+
allowfullscreen
113+
/>
114+
115+
<!-- old
116+
<Iframe url="https://www.youtube.com/embed/nMRoYb1YCfg?rel=0"
117+
width="854px"
118+
height="480px"
119+
id="myId"
120+
className="video-container"
121+
display="initial"
122+
position="relative"
123+
allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
124+
allowfullscreen
125+
/>
126+
-->
127+
:::
128+
99129
**Use Outlier**
100130

101131
If you want to trigger alerts on outlier direction rather than anomaly detection, select **Anomaly** and enable **Use Outlier**. This detects unusual changes or spikes in a time series of a key indicator. Use this detection method when you are alerting on KPIs that don't have well-defined constant thresholds for what's good and bad. You want the monitor to automatically detect and alert on unusual changes or spikes on the alerting query. For example, application KPIs like page request, throughput, and latency. <br/><img src={useBaseUrl('img/alerts/monitors/monitor-detector-types-for-anomaly.png')} alt="Screenshot of the Monitor Type and Detection Method options in Sumo Logic's 'New Monitor' setup page. Logs is selected as the Monitor Type, and Anomaly is selected as the Detection Method. There is an option to use Outlier detection, which is currently toggled off." width="300"/>

docs/alerts/monitors/use-playbooks-with-monitors.md

Lines changed: 26 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ description: Learn how to use Automation Service playbooks with monitors.
66
---
77

88
import useBaseUrl from '@docusaurus/useBaseUrl';
9+
import Iframe from 'react-iframe';
910

1011
This article describes how to configure automated playbooks in monitors. An *automated playbook* is a [playbook in the Automation Service](/docs/platform-services/automation-service/automation-service-playbooks/), and is a predefined set of actions and conditional statements that run in an automated workflow to respond to an event. For example, suppose that a monitor detects suspicious behavior that could indicate a security problem. When the monitor sends the alert, it could also run an automated playbook to respond to the event.
1112

@@ -83,21 +84,34 @@ An anomaly monitor is triggered when unusual conditions are detected. Anomaly mo
8384
Weekly seasonality detection is turned off by default to optimize performance. [Contact Sumo Logic Customer Support](https://support.sumologic.com/support/s/contactsupport) to activate it for specific monitors. (*Weekly seasonality detection* is the optimization of baseline calculations to account for the variations of data flow that can occur in a work week.)
8485
:::
8586

87+
:::sumo Micro Lesson
8688
Watch this micro lesson to learn about anomaly monitors.
8789

90+
<Iframe url="https://fast.wistia.net/embed/iframe/8z9b2zqtc3?web_component=true&seo=true&videoFoam=false"
91+
width="854px"
92+
height="480px"
93+
title="Micro Lesson: AI-driven Alerting Video"
94+
id="wistiaVideo"
95+
className="video-container"
96+
display="initial"
97+
position="relative"
98+
allow="autoplay; fullscreen"
99+
allowfullscreen
100+
/>
101+
102+
<!-- old
88103
<Iframe url="https://www.youtube.com/embed/nMRoYb1YCfg?rel=0"
89-
width="854px"
90-
height="480px"
91-
id="myId"
92-
className="video-container"
93-
display="initial"
94-
position="relative"
95-
allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
96-
allowfullscreen
97-
/>
98-
99-
import Iframe from 'react-iframe';
100-
104+
width="854px"
105+
height="480px"
106+
id="myId"
107+
className="video-container"
108+
display="initial"
109+
position="relative"
110+
allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
111+
allowfullscreen
112+
/>
113+
-->
114+
:::
101115

102116
To create an anomaly monitor that runs an automated playbook in response to an alert:
103117

docs/apm/real-user-monitoring/configure-data-collection.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,19 @@ To collect [traces](/docs/apm/traces) and RUM metrics from a browser, you'll fir
1414
:::sumo Micro Lesson
1515
Using the RUM HTTP Traces App for Manual Testing.
1616

17+
<Iframe url="https://fast.wistia.net/embed/iframe/qmxk5wxqu5?web_component=true&seo=true&videoFoam=false"
18+
width="854px"
19+
height="480px"
20+
title="Using the RUM HTTP Traces App for Manual Testing Video"
21+
id="wistiaVideo"
22+
className="video-container"
23+
display="initial"
24+
position="relative"
25+
allow="autoplay; fullscreen"
26+
allowfullscreen
27+
/>
28+
29+
<!-- old
1730
<Iframe url="https://www.youtube.com/embed/CduT1sqSPmE?rel=0"
1831
width="854px"
1932
height="480px"
@@ -24,7 +37,7 @@ Using the RUM HTTP Traces App for Manual Testing.
2437
allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
2538
allowfullscreen
2639
/>
27-
40+
-->
2841
:::
2942

3043
## Prerequisites

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,19 @@ All data collected is compatible with OpenTelemetry and doesn't use proprietary
2626
:::sumo Micro Lesson
2727
See Real User Monitoring in action.
2828

29+
<Iframe url="https://fast.wistia.net/embed/iframe/jfptjgwql1?web_component=true&seo=true&videoFoam=false"
30+
width="854px"
31+
height="480px"
32+
title="Micro Lesson: Real User Monitoring (RUM) 2.0 Video"
33+
id="wistiaVideo"
34+
className="video-container"
35+
display="initial"
36+
position="relative"
37+
allow="autoplay; fullscreen"
38+
allowfullscreen
39+
/>
40+
41+
<!-- old
2942
<Iframe url="https://www.youtube.com/embed/3EMl3jyoZjA?rel=0"
3043
width="854px"
3144
height="480px"
@@ -36,6 +49,7 @@ See Real User Monitoring in action.
3649
allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
3750
allowfullscreen
3851
/>
52+
-->
3953

4054
:::
4155

docs/apm/traces/get-started-transaction-tracing/opentelemetry-instrumentation/java/index.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,20 @@ Perhaps the most convenient way to start capturing telemetry from Java (or, gene
1010
import Iframe from 'react-iframe';
1111

1212
:::sumo Micro Lesson
13-
Tutorial: Auto-instrumentation of a Java app by OpenTelemetry for K8s Environment.
1413

14+
<Iframe url="https://fast.wistia.net/embed/iframe/p46o4kivj4?web_component=true&seo=true&videoFoam=false"
15+
width="854px"
16+
height="480px"
17+
title="Tutorial: Auto-instrumentation of a Java app by OpenTelemetry for K8s Environment Video"
18+
id="wistiaVideo"
19+
className="video-container"
20+
display="initial"
21+
position="relative"
22+
allow="autoplay; fullscreen"
23+
allowfullscreen
24+
/>
25+
26+
<!-- old
1527
<Iframe url="https://www.youtube.com/embed/P_74rhI1M30?rel=0"
1628
width="854px"
1729
height="480px"
@@ -22,6 +34,7 @@ Tutorial: Auto-instrumentation of a Java app by OpenTelemetry for K8s Environmen
2234
allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
2335
allowfullscreen
2436
/>
37+
-->
2538

2639
:::
2740

docs/apm/traces/quickstart.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,26 @@ You can access Traces if your Sumo Logic service package has been upgraded to in
2121
[**Classic UI**](/docs/get-started/sumo-logic-ui-classic). To access Traces, go to the **Home** screen and select **Traces**.
2222

2323
[**New UI**](/docs/get-started/sumo-logic-ui/). To access Traces, in the main Sumo Logic menu, select **Observability**, and then under **Application Monitoring**, select **Transaction Traces**. You can also click the **Go To...** menu at the top of the screen and select **Transaction Traces**.
24-
2524

26-
## Micro Lesson
25+
## Micro lesson
26+
27+
:::sumo Micro Lesson
2728

2829
This micro lesson can help you get started with Tracing.
2930

31+
<Iframe url="https://fast.wistia.net/embed/iframe/zcg3x7r420?web_component=true&seo=true&videoFoam=false"
32+
width="854px"
33+
height="480px"
34+
title="Micro Lesson: Introduction to Tracing Video"
35+
id="wistiaVideo"
36+
className="video-container"
37+
display="initial"
38+
position="relative"
39+
allow="autoplay; fullscreen"
40+
allowfullscreen
41+
/>
42+
43+
<!-- old
3044
<Iframe url="https://www.youtube.com/embed/BTqufvTJ4vE"
3145
width="854px"
3246
height="480px"
@@ -37,6 +51,8 @@ This micro lesson can help you get started with Tracing.
3751
allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
3852
allowfullscreen
3953
/>
54+
-->
55+
:::
4056

4157
Trace data is visualized through filtered trace lists and icicle charts allowing you to find and troubleshoot faulty transactions easily. See how easy it is to [view and investigate traces](view-and-investigate-traces.md).
4258

docs/apm/traces/spans.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,19 @@ import Iframe from 'react-iframe';
3131

3232
This micro lesson provides an overview of Span Analytics, and describes the term Span in the distributed tracing and the benefits of Span Analytics. It also explains how to perform Span Analytics in Sumo Logic UI.
3333

34+
<Iframe url="https://fast.wistia.net/embed/iframe/t2q0n8etid?web_component=true&seo=true&videoFoam=false"
35+
width="854px"
36+
height="480px"
37+
title="Micro Lesson: Span Analytics Video"
38+
id="wistiaVideo"
39+
className="video-container"
40+
display="initial"
41+
position="relative"
42+
allow="autoplay; fullscreen"
43+
allowfullscreen
44+
/>
45+
46+
<!-- old
3447
<Iframe url="https://www.youtube.com/embed/2cp_0pmzD-A"
3548
width="854px"
3649
height="480px"
@@ -41,6 +54,7 @@ This micro lesson provides an overview of Span Analytics, and describes the term
4154
allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
4255
allowfullscreen
4356
/>
57+
-->
4458

4559
:::
4660

docs/cloud-soar/incidents-triage.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,22 @@ Incidents are events that require investigation and remediation. Incidents are a
2828

2929
[**New UI**](/docs/cloud-soar/overview#new-ui). To access incidents, in the main Sumo Logic menu select **Cloud SOAR > Incidents**. You can also click the **Go To...** menu at the top of the screen and select **Incidents**.
3030

31+
:::sumo Micro Lesson
3132
Watch this micro lesson to learn more about incidents in Cloud SOAR.
3233

34+
<Iframe url="https://fast.wistia.net/embed/iframe/faxotvoq3j?web_component=true&seo=true&videoFoam=false"
35+
width="854px"
36+
height="480px"
37+
title="Micro Lesson: Cloud SOAR Incidents Video"
38+
id="wistiaVideo"
39+
className="video-container"
40+
display="initial"
41+
position="relative"
42+
allow="autoplay; fullscreen"
43+
allowfullscreen
44+
/>
45+
46+
<!-- old
3347
<Iframe url="https://www.youtube.com/embed/GDWFGJ8JOqA?rel=0"
3448
width="854px"
3549
height="480px"
@@ -40,7 +54,9 @@ Watch this micro lesson to learn more about incidents in Cloud SOAR.
4054
allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
4155
allowfullscreen
4256
/>
57+
-->
4358

59+
:::
4460
### Filter incidents
4561

4662
The **Incidents** screen lists all Cloud SOAR incidents. Clicking on any of the incident IDs will open the incident. You can configure what incidents are displayed by creating queries against available incident data and saving them as incident filters.
@@ -317,8 +333,23 @@ To explore entities:
317333

318334
Cloud SOAR's **Dashboards** section highlights the most important pieces of data to the user or investigator who is logged into the platform. This data is presented through the use of multiple widgets that you can add, remove, and customize to include all data relevant to your job functions and duties.
319335

336+
:::sumo Micro Lesson
337+
320338
Watch the following micro lesson to learn about dashboards.
321339

340+
<Iframe url="https://fast.wistia.net/embed/iframe/gqclutn3d1?web_component=true&seo=true&videoFoam=false"
341+
width="854px"
342+
height="480px"
343+
title="Micro Lesson: Cloud SOAR Dashboards &amp; KPI Reports Video"
344+
id="wistiaVideo"
345+
className="video-container"
346+
display="initial"
347+
position="relative"
348+
allow="autoplay; fullscreen"
349+
allowfullscreen
350+
/>
351+
352+
<!-- old
322353
<Iframe url="https://www.youtube.com/embed/NRdtAvxhuOY?rel=0"
323354
width="854px"
324355
height="480px"
@@ -329,6 +360,9 @@ Watch the following micro lesson to learn about dashboards.
329360
allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
330361
allowfullscreen
331362
/>
363+
-->
364+
365+
:::
332366

333367
### Create a dashboard
334368

docs/cloud-soar/legacy/legacy-global-functions-menu.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -41,20 +41,6 @@ CBR solves new problems by adapting previously successful solutions to similar p
4141

4242
ARK assists operators during investigations in two main areas: Automatically suggesting/prompting next actions/tasks in Playbooks (until version 5) and Correlation/ Deduplication of similar threats into 1 unique incident.
4343

44-
Watch this micro lesson to learn more about ARK.
45-
46-
<Iframe url="https://www.youtube.com/embed/mUpaTFtKAMM?rel=0"
47-
width="854px"
48-
height="480px"
49-
id="myId"
50-
className="video-container"
51-
display="initial"
52-
position="relative"
53-
allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
54-
allowfullscreen
55-
/>
56-
57-
5844
#### Enable ARK
5945

6046
To enable ARK, click the cog icon, then **Settings** > **ARK** and make sure you have it set to **ON**.

0 commit comments

Comments
 (0)