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
Copilot now automatically updates conversation titles based on your query, making it easier to track and revisit past investigations. You can also customize it by clicking the pencil icon next to the title.
16
+
17
+
* Better organization. Each conversation gets a meaningful name, making it easier to sort through your history.
18
+
* Faster troubleshooting. Easily find and resume previous investigations.
19
+
* More control. Rename conversations to fit your workflow.
Copy file name to clipboardExpand all lines: docs/search/copilot.md
+29-21Lines changed: 29 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,25 +86,27 @@ From the [**Classic UI**](/docs/get-started/sumo-logic-ui-classic), navigate to
86
86
87
87
From the [**New UI**](/docs/get-started/sumo-logic-ui), click **Copilot** in the left nav.<br/><img src={useBaseUrl('img/search/copilot/copilot-tab-new.png')} alt="Copilot tab" style={{border: '1px solid gray'}} width="250" />
88
88
89
-
### Step 2: Review the auto-selected source
89
+
### Step 2: Review and adjust the auto-selected source
90
90
91
-
Review the auto-selected **Source Category** and adjust it if needed. The source category is selected based on Copilot’s assessment of user intent. You can also type a source expression in the box. In either approach, you are defining the scope of your exploration.
91
+
Copilot automatically selects a source category based on its assessment of user intent. Review the selection and adjust it if needed. You can also manually enter a source expression to define the scope of your exploration.
92
92
93
-
In this example, we'll select a source for AWS WAF. For indexes, type`_index=<index name>`. Autocompletion is supported for sources; type a few words, view source suggestions and pick one.
93
+
For example, to explore AWS WAF logs, select the appropriate source. For indexes, use`_index=<index name>`. Autocompletion is supported—start typing a few words to see source suggestions and choose one.
Click on any of the prebuilt **Suggestions** prompts to launch your investigation. These AI-curated natural language insights are tailored to the specific source you've chosen.
100
102
101
103
In this example, we'll click `Count the number of log entries by the collector ID`. This translates the insight to a log query and renders results.
In the **Ask Something...** field, you can manually enter a natural language prompt similar to the prebuilt ones under **Suggestions**. In addition, use autocompletions if appropriate. Type a word in the search bar to trigger completions based on the keyword.
109
+
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.
@@ -179,7 +181,7 @@ By default, Copilot searches run with a 15-minute time range. If your search ret
179
181
180
182
Copilot will automatically attempt to visualize your data. For example, a query like `Top ip by geo` will trigger a geo lookup and display the results on a map:
The following rules are used to deduce chart type:
185
187
* If both latitude and longitude fields exist, it returns a MAP chart type.
@@ -219,30 +221,36 @@ _sourceCategory=* "{" "}"
219
221
| sum(_count) by _sourceCategory
220
222
```
221
223
222
-
If your log query contains a mix of JSON and non-JSON formatting (i.e., a log file is partially JSON), you can isolate the JSON portion by adding `{` to the source expression to trigger **Suggestions**.<br/><img src={useBaseUrl('img/search/copilot/copilot-json.png')} alt="Copilot JSON formatting" style={{border: '1px solid gray'}} width="350" />
224
+
If your log query contains a mix of JSON and non-JSON formatting (i.e., a log file is partially JSON), you can isolate the JSON portion by adding a left curly brace (`{`) to the source expression to trigger **Suggestions**.<br/><img src={useBaseUrl('img/search/copilot/copilot-json.png')} alt="Copilot JSON formatting" style={{border: '1px solid gray'}} width="350" />
225
+
226
+
#### Edit Title
227
+
228
+
Copilot automatically updates conversation titles based on your query. You can also set a custom title by clicking the "Edit Title" (pencil) icon. This helps keep investigations organized and easier to revisit.
223
229
224
230
#### History
225
231
226
-
Conversation History saves all previous queries and suggestions, allowing you to backtrack and refine your investigation. For example, if a status code analysis yields inconclusive results, revisit earlier queries to explore other hypotheses.
232
+
The conversation history feature saves all previous queries and suggestions, allowing you to backtrack and refine your investigation. For example, if a status code analysis yields inconclusive results, you can revisit earlier queries to explore other possibilities.
227
233
228
-
This functionality comes in handy when you're working on multiple incidents at the same time. To view Copilot interactions related to an incident, click **History**.
This functionality can be useful when you're working on multiple incidents at the same time. To view Copilot interactions related to an incident, click **History**.<br/><img src={useBaseUrl('img/search/copilot/history.png')} alt="Copilot History" style={{border: '1px solid gray'}} width="700" />
230
235
231
-
You can resume a conversation in two ways:
236
+
There are two ways to resume a conversation:
232
237
233
-
* Click the **Resume conversation** icon to pick up from the last query in a conversation.<br/><img src={useBaseUrl('img/search/copilot/resume-convo-history1.png')} alt="Copilot History" style={{border: '1px solid gray'}} width="600" />
234
-
* Click on the row in the conversation history, and then click the gray area on the right side to resume from a specific query in a conversation.<br/><img src={useBaseUrl('img/search/copilot/resume-convo-history2.png')} alt="Copilot History" style={{border: '1px solid gray'}} width="600" />
238
+
* Click the "Resume Conversation" icon to pick up from the last query in a conversation.<br/><img src={useBaseUrl('img/search/copilot/resume-convo-history1.png')} alt="Copilot History" style={{border: '1px solid gray'}} width="600" />
239
+
* Click on any row in a conversation history, then click the "Open in Copilot" icon to resume from a specific query in a conversation.<br/><img src={useBaseUrl('img/search/copilot/resume-convo-history2.png')} alt="Copilot History" style={{border: '1px solid gray'}} width="600" />
235
240
236
241
#### New Conversation
237
242
238
243
To start a fresh exploration, click **New Conversation**. This clears your current session and allows you to begin with a clean slate.<br/><img src={useBaseUrl('img/search/copilot/new-conversation.png')} alt="Copilot new conversation" style={{border: '1px solid gray'}} width="700" />
239
244
240
245
241
-
### Step 5: Open in Log Search
246
+
### Step 4: Open in Log Search
247
+
248
+
Opening a Log Search from Copilot will copy your query over to a new log search, allowing you to utilize all of Sumo Logic's search functionality. You can then continue investigating, save the search, and remediate.
242
249
243
-
Click the **Open in Log Search** icon, which will copy your query from Copilot over to a new log search, allowing you to utilize all of Sumo Logic's search functionality. You can continue investigating, save the search, and remediate.
250
+
There are two ways to do this:
244
251
245
-
<img src={useBaseUrl('img/search/copilot/open-in-log-search.png')} alt="Copilot open in log search" style={{border: '1px solid gray'}} width="600" />
252
+
* From your conversation, click the **Open in Log Search** icon.<br/><img src={useBaseUrl('img/search/copilot/open-in-log-search1.png')} alt="Copilot open in log search" style={{border: '1px solid gray'}} width="600" />
253
+
* From your conversation history, hover over any row, then click the **Open in Log Search** icon.<br/><img src={useBaseUrl('img/search/copilot/open-in-log-search2.png')} alt="Open Copilot query in log search from History" style={{border: '1px solid gray'}} width="800" />
246
254
247
255
## Example queries
248
256
@@ -278,25 +286,25 @@ You are a SecOps engineer who uses [Cloud SIEM](/docs/cse/). You are worried abo
1. As soon as you do that, you can look at the **Suggestions** section on the right. These suggestions are curated based on their relevance to this Cloud SIEM source. You pick a suggestion to compare results to the last hour:
283
291
```
284
292
Count logs by action. Sort the results. versus the previous 1h
285
293
```
286
-
Notice the system translated the suggestion to a log query and rendered results as a bar graph with no user input. <br/><img src={useBaseUrl('img/search/copilot/copilot-cloud-siem-2.png')} alt="Copilot tab" style={{border: '1px solid gray'}} width="800" />
294
+
Notice the system translated the suggestion to a log query and rendered results as a bar graph with no user input. <br/><img src={useBaseUrl('img/search/copilot/cloud-siem-2.png')} alt="Copilot tab" style={{border: '1px solid gray'}} width="800" />
287
295
1. Switching to table view, you notice "Malicious” in the search results. So, you add in `Filter results by action contains Malicious` to the query:
288
296
```
289
297
Count logs by action. Sort the results. Filter results by action contains Malicious.
0 commit comments