Skip to content

Commit bef3e5a

Browse files
committed
Merge branch 'main' into DOCS-906
2 parents 86c9148 + a55c35c commit bef3e5a

File tree

5 files changed

+19
-56
lines changed

5 files changed

+19
-56
lines changed

blog-service/2025-09-12-mobot-copilot.md

Lines changed: 0 additions & 41 deletions
This file was deleted.

docs/release-notes/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Stay up to date with the latest Sumo Logic enhancements, features, and fixes. Ex
1919
<a href="https://help.sumologic.com/release-notes-service/rss.xml">
2020
<img src={useBaseUrl('img/release-notes/rss.png')} alt="RSS Feed" width="45" />
2121
</a>
22-
<p>Get updates on features and bug fixes for alerts, apps, copilot, security, search, observability, and more.</p>
22+
<p>Get updates on features and bug fixes for alerts, apps, mobot, security, search, observability, and more.</p>
2323
</div>
2424
</div>
2525

docs/search/get-started-with-search/build-search/intelliparse-beta.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ will be parsed automatically in Intelliparse mode, extracting:
6767

6868
## How Mobot uses Intelliparse mode
6969

70-
Even if you don’t manually enable Intelliparse mode, you may encounter it when using [Mobot](/docs/search/mobot) (formerly known as Copilot).
70+
Even if you don’t manually enable Intelliparse mode, you may encounter it when using [Mobot](/docs/search/mobot) (formerly known as *Copilot*).
7171

7272
Mobot uses Intelliparse mode in the background to:
7373
* Automatically parse unstructured logs for natural language queries.

docs/search/mobot-multiturn-beta.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
1515
This feature is in Beta. For more information, contact your Sumo Logic account executive.
1616
:::
1717

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.
1919

2020
## What's new in Beta
2121

2222
* **Multi-turn conversations**. Refine queries through natural, conversational follow-up questions without losing context.
2323
* **Improved accuracy**. Translations to Sumo Query Language are more reliable, especially for data sources with active dashboards.
2424
* **Clarifications when needed**. If your request is ambiguous, Mobot may ask a follow-up question to narrow intent.
2525
* **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.
2727
* **Guided exploration**. Intent cards summarize your current goal, and suggestion cards offer refinements you can apply with a click.
2828
* **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.
2929

@@ -43,31 +43,31 @@ Start broad when you set a goal. We'll ask: `Show failed login attempts in the l
4343

4444
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.
4545

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"/>
4747

4848
### Step 2: Narrow the scope
4949

5050
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.
5151

52-
<img src={useBaseUrl('img/search/mobot/narrow-scope.png')} alt="Mobot multi-turn conversation showing refinement, failed scheduling events" width="700"/>
52+
<img src={useBaseUrl('img/search/mobot/narrow-scope.png')} alt="Mobot multi-turn conversation showing refinement, failed scheduling events" style={{border: '1px solid gray'}} width="700"/>
5353

5454
Now, refine further by typing: `Break down failed scheduling events by namespace`
5555

56-
<img src={useBaseUrl('img/search/mobot/narrow-scope-filter.png')} alt="Mobot multi-turn conversation showing refinement, failed scheduling events by namespace" width="700"/>
56+
<img src={useBaseUrl('img/search/mobot/narrow-scope-filter.png')} alt="Mobot multi-turn conversation showing refinement, failed scheduling events by namespace" style={{border: '1px solid gray'}} width="700"/>
5757

5858
Mobot adjusts the query, applies the refinements, and renders a visual chart.
5959

6060
### Step 3: Drill into causes
6161

6262
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.
6363

64-
<img src={useBaseUrl('img/search/mobot/drill-causes.png')} alt="Mobot multi-turn conversation showing error messages" width="700"/>
64+
<img src={useBaseUrl('img/search/mobot/drill-causes.png')} alt="Mobot multi-turn conversation showing error messages" style={{border: '1px solid gray'}} width="700"/>
6565

6666
### Step 4: Request a trend over time
6767

6868
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.
6969

70-
<img src={useBaseUrl('img/search/mobot/trend-over-time.png')} alt="Mobot multi-turn conversation showing trend over time" width="700"/>
70+
<img src={useBaseUrl('img/search/mobot/trend-over-time.png')} alt="Mobot multi-turn conversation showing trend over time" style={{border: '1px solid gray'}} width="700"/>
7171

7272
Mobot also presents new suggestion cards to help you pivot into related questions, such as analyzing trends of event reasons or identifying top namespaces.
7373

@@ -124,6 +124,6 @@ Here are some common cases:
124124

125125
## Additional resources
126126

127-
* [Mobot](/docs/search/mobot)
127+
* [Mobot (formerly known as *Copilot*)](/docs/search/mobot)
128128
* [Search Query Language](/docs/search/search-query-language)
129129
* [Dashboards](/docs/dashboards)

docs/search/mobot.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ keywords:
1515
import Iframe from 'react-iframe';
1616
import useBaseUrl from '@docusaurus/useBaseUrl';
1717

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.
1923

2024
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.
2125

@@ -24,7 +28,7 @@ If you prefer not to use Mobot, you can opt out by contacting [Support](https://
2428
:::
2529

2630
:::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.
2832

2933
<Iframe url="https://fast.wistia.net/embed/iframe/o9uftxw012?web_component=true&seo=true&videoFoam=false"
3034
width="854px"
@@ -79,7 +83,7 @@ Mobot is ideal for users of all skill levels:
7983
In this section, you'll learn the recommended workflow for using Mobot effectively, along with best practices to maximize its benefits.
8084

8185
:::sumo Micro Lesson: Using Mobot
82-
See Mobot (formerly known as Copilot) in action with a hands-on walkthrough of the UI and prompt-based search.
86+
See Mobot (formerly known as *Copilot*) in action with a hands-on walkthrough of the UI and prompt-based search.
8387

8488
<Iframe url="https://fast.wistia.net/embed/iframe/t67ovt9hqj?web_component=true&seo=true&videoFoam=false"
8589
width="854px"
@@ -98,9 +102,9 @@ See Mobot (formerly known as Copilot) in action with a hands-on walkthrough of t
98102

99103
To start using Mobot:
100104

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" />
102106

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" />
104108

105109
### Step 2: Review and adjust the auto-selected source
106110

0 commit comments

Comments
 (0)