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
Copy file name to clipboardExpand all lines: docs/search/mobot-multiturn-beta.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,15 +15,15 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
15
15
This feature is in Beta. For more information, contact your Sumo Logic account executive.
16
16
:::
17
17
18
-
Our new conversational experience in Sumo Logic Mobot (formerly known as Copilot) lets you interact with queries the way you would with a chat assistant. You ask a question and can refine it with follow-ups, change units, and see the updated query and visualization without starting over. Mobot maintains your intent across turns, surfaces helpful suggestions, and makes it easy to explore related angles. This guide explains what's new in the UI, how the multi-turn flow works, and shows example workflows.
18
+
Our new conversational experience in Sumo Logic Mobot (formerly known as *Copilot*) lets you interact with queries the way you would with a chat assistant. You ask a question and can refine it with follow-ups, change units, and see the updated query and visualization without starting over. Mobot maintains your intent across turns, surfaces helpful suggestions, and makes it easy to explore related angles. This guide explains what's new in the UI, how the multi-turn flow works, and shows example workflows.
19
19
20
20
## What's new in Beta
21
21
22
22
***Multi-turn conversations**. Refine queries through natural, conversational follow-up questions without losing context.
23
23
***Improved accuracy**. Translations to Sumo Query Language are more reliable, especially for data sources with active dashboards.
24
24
***Clarifications when needed**. If your request is ambiguous, Mobot may ask a follow-up question to narrow intent.
25
25
***Smarter error handling**. Instead of generic errors, Mobot provides clearer messages and fallback suggestions for next steps.
26
-
***Dashboard-aware translations (via RAG)**. Mobot leverages queries from dashboards opened in your org in the last 90 days to better understand intent.
26
+
***Dashboard-aware translations (via Retrieval-Augmented Generation, or RAG)**. Mobot leverages queries from dashboards opened in your org in the last 90 days to better understand intent.
27
27
***Guided exploration**. Intent cards summarize your current goal, and suggestion cards offer refinements you can apply with a click.
28
28
***Integrated workflow**. A conversation pane shows your prompts and refinements, with queries rendered directly in the editor, live results, and the ability to branch or revisit past conversations.
29
29
@@ -43,31 +43,31 @@ Start broad when you set a goal. We'll ask: `Show failed login attempts in the l
43
43
44
44
An intent card appears in the conversation pane that summarizes your goal. Mobot also surfaces suggestion cards with related refinements you can click, and gives you the option to open the query in Log Search.
45
45
46
-
<img src={useBaseUrl('img/search/mobot/initial-question.png')} alt="Mobot multi-turn conversation showing initial query, failed login attempts in the last 24 hours" width="700"/>
46
+
<img src={useBaseUrl('img/search/mobot/initial-question.png')} alt="Mobot multi-turn conversation showing initial query, failed login attempts in the last 24 hours" style={{border: '1px solid gray'}} width="700"/>
47
47
48
48
### Step 2: Narrow the scope
49
49
50
50
The top reason in the table is `FailedScheduling`, so we'll select a follow-up suggestion, `Show failed scheduling events`. Mobot refreshes the results and updates the intent card and query to reflect the new focus.
Mobot adjusts the query, applies the refinements, and renders a visual chart.
59
59
60
60
### Step 3: Drill into causes
61
61
62
62
Next, type `Add error messages`. Mobot translates this into: `Add error messages to the breakdown of failed scheduling events by namespace`. The intent card expands to include the new scope, and results now show error message details.
Finally, type: `Show the trend over 24 hours`. Mobot translates this into: `Show the trend of failed scheduling events by namespace with error messages over 24 hours`. The query applies a timeslice (for example, one-hour buckets) to group results over time.
69
69
70
-
<img src={useBaseUrl('img/search/mobot/trend-over-time.png')} alt="Mobot multi-turn conversation showing trend over time" width="700"/>
Mobot also presents new suggestion cards to help you pivot into related questions, such as analyzing trends of event reasons or identifying top namespaces.
73
73
@@ -124,6 +124,6 @@ Here are some common cases:
124
124
125
125
## Additional resources
126
126
127
-
*[Mobot](/docs/search/mobot)
127
+
*[Mobot (formerly known as *Copilot*)](/docs/search/mobot)
Copy file name to clipboardExpand all lines: docs/search/mobot.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,11 @@ keywords:
15
15
import Iframe from 'react-iframe';
16
16
import useBaseUrl from '@docusaurus/useBaseUrl';
17
17
18
-
Sumo Logic Mobot (formerly known as Copilot) is our AI-powered assistant that accelerates investigations and troubleshooting in logs by allowing you to ask questions in plain English and get contextual suggestions, helping first responders get to answers faster.
18
+
:::note Name update
19
+
We are renaming Copilot to Mobot across the product and docs. During this transition, some UI labels and screenshots may still show "Copilot". Functionality is the same. We will update names and images as the rollout completes.
20
+
:::
21
+
22
+
Sumo Logic Mobot (formerly known as *Copilot*) is our AI-powered assistant that accelerates investigations and troubleshooting in logs by allowing you to ask questions in plain English and get contextual suggestions, helping first responders get to answers faster.
19
23
20
24
With its intuitive interface, Mobot 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-derived suggestions to refine your results for faster, more accurate resolutions. Overall, Mobot enhances incident resolution with expert level insights.
21
25
@@ -24,7 +28,7 @@ If you prefer not to use Mobot, you can opt out by contacting [Support](https://
24
28
:::
25
29
26
30
:::sumo Micro Lesson: Introduction to Mobot
27
-
This short video introduces Mobot (formerly known as Copilot) and how it can help you with log search and analysis—perfect for getting a quick overview before diving in.
31
+
This short video introduces Mobot (formerly known as *Copilot*) and how it can help you with log search and analysis—perfect for getting a quick overview before diving in.
@@ -98,9 +102,9 @@ See Mobot (formerly known as Copilot) in action with a hands-on walkthrough of t
98
102
99
103
To start using Mobot:
100
104
101
-
From the [**New UI**](/docs/get-started/sumo-logic-ui), click **Mobot** in the left nav.<br/><img src={useBaseUrl('img/search/copilot/left-nav.png')} alt="Copilot tab" style={{border: '1px solid gray'}} width="300" />
105
+
From the [**New UI**](/docs/get-started/sumo-logic-ui), click **Mobot** in the left nav.<br/><img src={useBaseUrl('img/search/mobot/left-nav.png')} alt="Copilot tab" style={{border: '1px solid gray'}} width="300" />
102
106
103
-
From the [**Classic UI**](/docs/get-started/sumo-logic-ui-classic), click the **Mobot** tab.<br/><img src={useBaseUrl('img/search/copilot/classic-ui-tab.png')} alt="Copilot tab" style={{border: '1px solid gray'}} width="300" />
107
+
From the [**Classic UI**](/docs/get-started/sumo-logic-ui-classic), click the **Mobot** tab.<br/><img src={useBaseUrl('img/search/mobot/classic-ui-tab.png')} alt="Copilot tab" style={{border: '1px solid gray'}} width="300" />
104
108
105
109
### Step 2: Review and adjust the auto-selected source
0 commit comments