Skip to content

Commit 9dd8d24

Browse files
authored
Update Copilot microlesson video (#5195)
* Update Copilot microlesson video * video descriptions
1 parent b0cc322 commit 9dd8d24

File tree

1 file changed

+21
-20
lines changed

1 file changed

+21
-20
lines changed

docs/search/copilot.md

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ Sumo Logic Copilot is our AI-powered assistant that accelerates investigations a
2222

2323
With its intuitive interface, Copilot automatically generates log searches from natural language queries, helping you quickly investigate performance issues, anomalies, and security threats. It also guides you through investigations step-by-step with AI-driven suggestions to refine your results for faster, more accurate resolutions. Overall, Copilot enhances incident resolution with expert level insights.
2424

25-
:::sumo Micro Lesson
26-
Watch this micro lesson to learn about Copilot.
25+
:::sumo Micro Lesson: Introduction to Copilot
26+
This short video introduces Copilot and how it can help you with log search and analysis—perfect for getting a quick overview before diving in.
2727

2828
<Iframe url="https://fast.wistia.net/embed/iframe/o9uftxw012?web_component=true&seo=true&videoFoam=false"
2929
width="854px"
@@ -77,6 +77,22 @@ Copilot is ideal for users of all skill levels:
7777

7878
In this section, you'll learn the recommended workflow for using Copilot effectively, along with best practices to maximize its benefits.
7979

80+
:::sumo Micro Lesson: Using Copilot
81+
See Copilot in action with a hands-on walkthrough of the UI and prompt-based search.
82+
83+
<Iframe url="https://fast.wistia.net/embed/iframe/t67ovt9hqj?web_component=true&seo=true&videoFoam=false"
84+
width="854px"
85+
height="480px"
86+
id="wistiaVideo"
87+
className="video-container"
88+
display="initial"
89+
position="relative"
90+
allow="autoplay; fullscreen"
91+
allowfullscreen
92+
/>
93+
94+
:::
95+
8096
### Step 1: Open Copilot
8197

8298
To start using Copilot:
@@ -107,26 +123,11 @@ You can pin a suggestion for easy access later. Just hover over a suggestion and
107123

108124
#### Ask a question
109125

110-
In the **Ask Something...** field, you can manually enter a natural language prompt, similar to the prebuilt options under **Suggestions**. You can also use autocompletion—start typing a keyword to see relevant suggestions.
111-
112-
<img src={useBaseUrl('img/search/copilot/manual-entry.png')} alt="Copilot time period" style={{border: '1px solid gray'}} width="600" />
113-
114-
#### Video: Autocomplete in action
115-
116-
<Iframe url="https://player.vimeo.com/video/1034043268?badge=0&amp;autopause=0&amp;player_id=0&amp;app_id=58479"
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+
In the **Ask Something...** field, you can manually enter a natural language prompt, similar to the prebuilt options under **Suggestions**. You can also use autocompletion—start typing a keyword to see relevant suggestions.<br/><img src={useBaseUrl('img/search/copilot/manual-entry.png')} alt="Entering a prompt in the Copilot Ask field" style={{border: '1px solid gray'}} width="600" />
126127

127-
Broad questions may not yield accurate results. For best outcomes, frame your queries around a small, well-defined problem. If Copilot is unable to translate your prompt into a query, it will display "Failed translation".
128+
To get the best results, focus your queries on a specific, well-defined problem. Broad or vague questions may lead to inaccurate or incomplete results. If Copilot cannot translate your prompt into a valid query, you'll see a "Failed translation" message.
128129

129-
Break your questions into smaller, specific requirements to help Copilot provide more accurate answers.<br/><img src={useBaseUrl('img/search/copilot/periods-query-syntax.gif')} alt="Copilot time period" style={{border: '1px solid gray'}} width="700" />
130+
Whenever possible, break down complex questions into smaller, clear requirements. This helps Copilot generate more accurate and actionable responses.<br/><img src={useBaseUrl('img/search/copilot/periods-query-syntax.gif')} alt="Copilot time period" style={{border: '1px solid gray'}} width="700" />
130131

131132
#### Tips and tricks
132133

0 commit comments

Comments
 (0)