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
+25-9Lines changed: 25 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,13 @@ Our new conversational experience in Mobot (formerly known as Copilot) lets you
19
19
20
20
As we transition the feature name from *Copilot* to *Mobot*, some UI labels and screenshots may still show **Copilot**. Functionality is unchanged.
21
21
22
-
## What's new in Beta
22
+
## Logs Agent
23
+
24
+
Select **Logs Agent** to get help with Sumo Logic queries.
25
+
26
+
<img src={useBaseUrl('img/search/mobot/mobot-logs-agent-button.png')} alt="Logs Agent button selected in the Mobot UI" style={{border: '1px solid gray'}} width="600" />
27
+
28
+
### What's new in Beta
23
29
24
30
***Conversational flow**. Refine queries through natural, conversational follow-up questions without losing context. A sequence of related instructions that retains context and incrementally updates the query and output.
25
31
***Automatic source detection**. Have Mobot choose a data source automatically based on your question or enter one yourself.
@@ -30,11 +36,11 @@ As we transition the feature name from *Copilot* to *Mobot*, some UI labels and
30
36
***Guided exploration**. Intent cards summarize your current goal, and suggestion cards offer refinements you can apply with a click.
31
37
***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.
32
38
33
-
## Typical workflow
39
+
###Typical workflow
34
40
35
41
The steps below outline a common conversational interaction pattern. You can apply the same approach to different logs, events, or dimensions.
36
42
37
-
### Step 1: Ask your initial question
43
+
####Step 1: Ask your initial question
38
44
39
45
Use natural language to ask what you're looking for. You can start broad when you set a goal, or, for better results, include the name of the data source you're querying, and any related field names or values.
40
46
@@ -47,7 +53,7 @@ We'll ask: `Show failed login attempts in the last 24 hours`.
47
53
<img src={useBaseUrl('img/search/mobot/initial-question.png')} alt="Mobot conversational experience showing initial query for failed login attempts in the last 24 hours" style={{border: '1px solid gray'}} width="700"/>
48
54
-->
49
55
50
-
### Step 2: Narrow the scope
56
+
####Step 2: Narrow the scope
51
57
52
58
After clicking on a follow-up suggestion, Mobot refreshes the results and updates the intent card and query to reflect the new focus. With each subsequent refinement, Mobot adjusts the query, applies the refinements, and renders a visual chart.
53
59
@@ -60,7 +66,7 @@ Now, refine further by typing: `Break down failed scheduling events by namespace
60
66
<img src={useBaseUrl('img/search/mobot/narrow-scope-filter.png')} alt="Mobot conversational experience showing failed scheduling events broken down by namespace" style={{border: '1px solid gray'}} width="700"/>
61
67
-->
62
68
63
-
### Step 3: Drill into causes
69
+
####Step 3: Drill into causes
64
70
65
71
As you go, Mobot presents new suggestion cards to help you pivot into related questions, such as analyzing trends of event reasons or identifying top namespaces.
66
72
@@ -72,7 +78,7 @@ Next, type `Add error messages`. Mobot translates this into: `Add error messages
If you type a time period (for example, `Show the trend over 24 hours`), the query applies a timeslice (for example, one-hour buckets) to group results over time.
78
84
@@ -87,11 +93,11 @@ Finally, type: `Show the trend over 24 hours`. Mobot translates this into: `Show
87
93
where the results appear in a table view, you can change the visualization to a time-series chart (for example, line or area) to see the trend more clearly over time.
88
94
-->
89
95
90
-
### Next steps
96
+
####Next steps
91
97
92
98
As with legacy Mobot, you can adjust the [time range](/docs/search/mobot/#time-range), switch [chart types](/docs/search/mobot/#chart-type), [edit the query logic](/docs/search/mobot/#edit-query-code), [open in Log Search](/docs/search/mobot/#step-4-open-in-log-search), or start over with a [new chat](/docs/search/mobot/#new-conversation).
93
99
94
-
## Best practices
100
+
###Best practices
95
101
96
102
***Talk to it like a conversation**. Layer refinements instead of rewriting the whole question.
97
103
***Be specific**. Combine filters, units, and percentiles in clear language.
@@ -101,7 +107,7 @@ As with legacy Mobot, you can adjust the [time range](/docs/search/mobot/#time-r
101
107
***Guide Mobot with feedback**. If the result isn't right, use natural language: `Don't do X, instead do Y`.
102
108
***Fix broken queries**. Paste a syntactically invalid query. Mobot will correct it.
103
109
104
-
## FAQ
110
+
###FAQ
105
111
106
112
The questions below refer specifically to the conversational (Beta) experience. For general information about Mobot, see the [Mobot FAQ](/docs/search/mobot#faq).
107
113
@@ -139,6 +145,16 @@ Here are some common cases:
139
145
* Mobot cannot currently refer to the output of a log search directly in subsequent queries. Each follow-up must be expressed in terms of query refinements rather than referencing previous results. This is an important limitation to be aware of when constructing multi-turn conversations.
140
146
</details>
141
147
148
+
## Knowledge Agent
149
+
150
+
Select **Knowledge Agent** to get help using Sumo Logic.
151
+
152
+
<img src={useBaseUrl('img/search/mobot/mobot-knowledge-agent-button.png')} alt="Knowledge Agent button selected in the Mobot UI" style={{border: '1px solid gray'}} width="600" />
153
+
154
+
Enter a question about Sumo Logic, such as *"How do I add a collector for AWS CloudTrail?"*, *"What are the API endpoints for Sumo Logic?"*, or anything else you need help with. The Knowledge agent returns an answer, including steps if needed.
155
+
156
+
When you enter a question to the The Knowledge Agent, it returns an answer using [Sumo Logic documentation](https://www.sumologic.com/help/). Click **Source** in the response to see the help articles that served as the basis for the response.
157
+
142
158
## Additional resources
143
159
144
160
*[Mobot (formerly known as *Copilot*)](/docs/search/mobot)
0 commit comments