Skip to content

Commit 0938df2

Browse files
committed
Another set
1 parent 861ee12 commit 0938df2

File tree

17 files changed

+287
-20
lines changed

17 files changed

+287
-20
lines changed

docs/observability/about.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,21 @@ import Iframe from 'react-iframe';
1313

1414
:::sumo Micro Lesson
1515

16-
About Observability and how it's different from monitoring. The video also explains how Sumo Logic's Observability Solution helps in all the stages of the incident remediation process to ensure the production apps are functioning reliably.
17-
16+
This video explains Observability and how it's different from monitoring. It also explains how Sumo Logic's Observability Solution helps in all the stages of the incident remediation process to ensure the production apps are functioning reliably.
17+
18+
<Iframe url="https://fast.wistia.net/embed/iframe/go7gwjrmkl?web_component=true&seo=true&videoFoam=false"
19+
width="854px"
20+
height="480px"
21+
title="Micro Lesson: Introduction to Observability Solution Video"
22+
id="wistiaVideo"
23+
className="video-container"
24+
display="initial"
25+
position="relative"
26+
allow="autoplay; fullscreen"
27+
allowfullscreen
28+
/>
29+
30+
<!-- old
1831
<Iframe url="https://www.youtube.com/embed/FJG1zesNJs0?rel=0"
1932
width="854px"
2033
height="480px"
@@ -25,6 +38,7 @@ About Observability and how it's different from monitoring. The video also expla
2538
allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
2639
allowfullscreen
2740
/>
41+
-->
2842

2943
:::
3044

docs/observability/aws/about.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,22 @@ Despite all of these services being a part of AWS, troubleshooting across differ
1313

1414
The Sumo Logic AWS Observability solution and Root Cause Explorer pull and analyze data across key AWS services and accounts, establish activity baselines, and determine causes for application incidents and high deviation events.
1515

16+
:::sumo Micro Lesson
1617
Watch the following micro lesson to learn about our AWS Observability solution.
1718

19+
<Iframe url="https://fast.wistia.net/embed/iframe/fz0hceixkc?web_component=true&seo=true&videoFoam=false"
20+
width="854px"
21+
height="480px"
22+
title="Micro Lesson: Monitoring and Troubleshooting with AWS Observability Solution Video"
23+
id="wistiaVideo"
24+
className="video-container"
25+
display="initial"
26+
position="relative"
27+
allow="autoplay; fullscreen"
28+
allowfullscreen
29+
/>
30+
31+
<!-- old
1832
<Iframe url="https://www.youtube.com/embed/p_LaUPAer6I?rel=0"
1933
width="854px"
2034
height="480px"
@@ -25,6 +39,9 @@ Watch the following micro lesson to learn about our AWS Observability solution.
2539
allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
2640
allowfullscreen
2741
/>
42+
-->
43+
44+
:::
2845

2946
#### AWS Observability Solution
3047

docs/observability/kubernetes/quickstart.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,21 @@ As an alternative to this quickstart, you can use our in-product onboarding to a
2323
<img src={useBaseUrl('img/observability/k8s-onboarding.png')} alt="k8s-onboarding" />
2424
:::
2525

26-
2726
:::sumo Micro lesson
2827

29-
Video: Quick Onboarding with Kubernetes.
30-
28+
<Iframe url="https://fast.wistia.net/embed/iframe/8yo13sfpl2?web_component=true&seo=true&videoFoam=false"
29+
width="854px"
30+
height="480px"
31+
title="MicroLesson - Quick Onboarding with Kubernetes Video"
32+
id="wistiaVideo"
33+
className="video-container"
34+
display="initial"
35+
position="relative"
36+
allow="autoplay; fullscreen"
37+
allowfullscreen
38+
/>
39+
40+
<!-- old
3141
<Iframe url="https://www.youtube.com/embed/lLRtK1FaTgM?rel=0"
3242
width="854px"
3343
height="480px"
@@ -38,7 +48,7 @@ Video: Quick Onboarding with Kubernetes.
3848
allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
3949
allowfullscreen
4050
/>
41-
51+
-->
4252

4353
:::
4454

docs/observability/kubernetes/troubleshoot-with-explore.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,25 @@ sidebar_label: Troubleshooting
55
description: Kubernetes views allow you to quickly locate the object in a physical stack that needs to be debugged.
66
---
77

8+
import Iframe from 'react-iframe';
9+
810
[Kubernetes views](/docs/dashboards/explore-view/#kubernetes-views) allow you to quickly locate the object in a physical stack that needs to be debugged. This page walks you through a high-level troubleshooting scenario to illustrate the possibilities.
911

12+
:::sumo Micro Lesson
13+
14+
<Iframe url="https://fast.wistia.net/embed/iframe/6kfzt3kzos?web_component=true&seo=true&videoFoam=false"
15+
width="854px"
16+
height="480px"
17+
title="Kubernetes Observability Demo - Sumo Logic Video"
18+
id="wistiaVideo"
19+
className="video-container"
20+
display="initial"
21+
position="relative"
22+
allow="autoplay; fullscreen"
23+
allowfullscreen
24+
/>
25+
26+
<!-- old
1027
<Iframe url="https://www.youtube.com/embed/CEBN4lRp4SU?rel=0"
1128
width="854px"
1229
height="480px"
@@ -17,8 +34,10 @@ description: Kubernetes views allow you to quickly locate the object in a physic
1734
allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
1835
allowfullscreen
1936
/>
37+
-->
38+
39+
:::
2040

21-
import Iframe from 'react-iframe';
2241

2342
## Step 1: Analyze a cluster
2443

docs/observability/reliability-management-slo/index.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,27 @@ keywords:
1010
---
1111

1212
import useBaseUrl from '@docusaurus/useBaseUrl';
13+
import Iframe from 'react-iframe';
1314

1415
A reliable end user experience is the key goal for observability. In complex systems, apps, service, and infrastructure can fail in unpredictable ways, resulting in a storm of potentially meaningless alerts. Reliability, as formalized in Service Level Objectives (SLOs), helps developers focusing on monitoring and troubleshooting user experience by measuring what matters to end users.
1516

1617
This guide provides an overview of Sumo Logic Reliability Management using Service-Level Objectives (SLO). This feature helps site reliability engineers (SREs) and product teams define and monitor SLOs through alerts and dashboards.
1718

18-
import Iframe from 'react-iframe';
19-
2019
:::sumo Micro Lesson
21-
Reliability Management Using SLOs.
2220

21+
<Iframe url="https://fast.wistia.net/embed/iframe/3rztup8x53?web_component=true&seo=true&videoFoam=false"
22+
width="854px"
23+
height="480px"
24+
title="Micro Lesson: Reliability Management Using SLOs Video"
25+
id="wistiaVideo"
26+
className="video-container"
27+
display="initial"
28+
position="relative"
29+
allow="autoplay; fullscreen"
30+
allowfullscreen
31+
/>
32+
33+
<!-- old
2334
<Iframe url="https://www.youtube.com/embed/jCGqfqEDXto?rel=0"
2435
width="854px"
2536
height="480px"
@@ -30,6 +41,7 @@ Reliability Management Using SLOs.
3041
allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
3142
allowfullscreen
3243
/>
44+
-->
3345

3446
:::
3547

docs/search/behavior-insights/logreduce/index.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,23 @@ The LogReduce&reg; algorithm uses fuzzy logic to cluster messages together based
1313
The `summarize` operator has been renamed to `logreduce` to match the **LogReduce** button on the **Messages** tab. Both operators will continue to work in search queries as synonyms for a limited time. We recommend that you rewrite saved queries replacing summarize with LogReduce.
1414
:::
1515

16+
:::sumo Micro Lesson
17+
1618
Watch our video on LogReduce. 
1719

20+
<Iframe url="https://fast.wistia.net/embed/iframe/rxhj0foqrw?web_component=true&seo=true&videoFoam=false"
21+
width="854px"
22+
height="480px"
23+
title="Micro Lesson: Advanced Log Analytics Video"
24+
id="wistiaVideo"
25+
className="video-container"
26+
display="initial"
27+
position="relative"
28+
allow="autoplay; fullscreen"
29+
allowfullscreen
30+
/>
31+
32+
<!-- old
1833
<Iframe url="https://www.youtube.com/embed/NlnIZvfYO2w"
1934
width="854px"
2035
height="480px"
@@ -25,7 +40,9 @@ Watch our video on LogReduce. 
2540
allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
2641
allowfullscreen
2742
/>
43+
-->
2844

45+
:::
2946

3047
In this section, we'll introduce the following concepts:
3148

docs/search/get-started-with-search/index.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,26 @@ description: Start here to begin exploring your data in Sumo Logic.
55
---
66

77
import useBaseUrl from '@docusaurus/useBaseUrl';
8-
98
import Iframe from 'react-iframe';
109

1110
Learn how to build and run searches, review logs, and more.
1211

12+
:::sumo Micro Lesson
1313
Watch this micro lesson to get an introduction to search.
1414

15+
<Iframe url="https://fast.wistia.net/embed/iframe/i6vvbcw1fb?web_component=true&seo=true&videoFoam=false"
16+
width="854px"
17+
height="480px"
18+
title="Micro Lesson: Introduction to Search Video"
19+
id="wistiaVideo"
20+
className="video-container"
21+
display="initial"
22+
position="relative"
23+
allow="autoplay; fullscreen"
24+
allowfullscreen
25+
/>
26+
27+
<!-- old
1528
<Iframe url="https://www.youtube.com/embed/VbFsfpmP6LY?rel=0"
1629
width="854px"
1730
height="480px"
@@ -22,7 +35,9 @@ Watch this micro lesson to get an introduction to search.
2235
allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
2336
allowfullscreen
2437
/>
38+
-->
2539

40+
:::
2641

2742
In this section, we'll introduce the following concepts:
2843

docs/search/get-started-with-search/search-basics/about-search-basics.md

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

1313
How to search data using the Basic Search Mode in Sumo Logic.
1414

15+
<Iframe url="https://fast.wistia.net/embed/iframe/deo5m3f7jy?web_component=true&seo=true&videoFoam=false"
16+
width="854px"
17+
height="480px"
18+
title="Micro Lesson: Basic Search Mode Video"
19+
id="wistiaVideo"
20+
className="video-container"
21+
display="initial"
22+
position="relative"
23+
allow="autoplay; fullscreen"
24+
allowfullscreen
25+
/>
26+
27+
<!-- old
1528
<Iframe url="https://www.youtube.com/embed/Ps2YperJyZo?rel=0"
1629
width="854px"
1730
height="480px"
@@ -22,6 +35,7 @@ How to search data using the Basic Search Mode in Sumo Logic.
2235
allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
2336
allowfullscreen
2437
/>
38+
-->
2539

2640
:::
2741

docs/search/get-started-with-search/search-basics/built-in-metadata.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,26 @@ description: Metadata tags are attached to your log messages at ingest, which is
55
---
66

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

910
Sumo Logic has several metadata fields that are automatically tagged to ingested data. These metadata fields are referenced by the service in
1011
many ways, such as the user interface when managing Collection, and can be referenced in search queries.
1112

13+
:::sumo Micro Lesson
14+
15+
<Iframe url="https://fast.wistia.net/embed/iframe/sibzw75hsu?web_component=true&seo=true&videoFoam=false"
16+
width="854px"
17+
height="480px"
18+
title="Micro Lesson: Built-in Metadata Video"
19+
id="wistiaVideo"
20+
className="video-container"
21+
display="initial"
22+
position="relative"
23+
allow="autoplay; fullscreen"
24+
allowfullscreen
25+
/>
26+
27+
<!-- old
1228
<Iframe url="https://www.youtube.com/embed/HNsXN5RoPwo"
1329
width="854px"
1430
height="480px"
@@ -19,8 +35,9 @@ many ways, such as the user interface when managing Collection, and can be refer
1935
allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
2036
allowfullscreen
2137
/>
38+
-->
2239

23-
import Iframe from 'react-iframe';
40+
:::
2441

2542
#### Built-in metadata fields
2643

docs/search/get-started-with-search/search-page/log-level.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,22 @@ When performing **Log Search** queries, you can visualize and filter log-level d
1515
* Navigate through a large volume of logs
1616
* Filter the relevant logs in their troubleshooting workflows
1717

18+
:::sumo Micro Lesson
1819
Watch the following micro lesson to learn about log level detection.
1920

21+
<Iframe url="https://fast.wistia.net/embed/iframe/mvutc9bmtg?web_component=true&seo=true&videoFoam=false"
22+
width="854px"
23+
height="480px"
24+
title="Micro Lesson: Automatic Log Level Detection Video"
25+
id="wistiaVideo"
26+
className="video-container"
27+
display="initial"
28+
position="relative"
29+
allow="autoplay; fullscreen"
30+
allowfullscreen
31+
/>
32+
33+
<!-- old
2034
<Iframe url="https://www.youtube.com/embed/cAQYiVs-PXY?rel=0"
2135
width="854px"
2236
height="480px"
@@ -27,6 +41,9 @@ Watch the following micro lesson to learn about log level detection.
2741
allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
2842
allowfullscreen
2943
/>
44+
-->
45+
46+
:::
3047

3148
<details>
3249
<summary>What are log levels?</summary>

0 commit comments

Comments
 (0)