Skip to content

Commit e4046dc

Browse files
authored
DOCS-683 - New in Copilot - Dynamic Titles, Alert Troubleshooting, Pinned Suggestions (#5067)
* Dynamic Conversation Titles in Copilot * Update docs/search/copilot.md * Add two new features to be released in conjunction with dynamic titles * Update docs/search/copilot.md * Add CID and alert response--> copilot * Update blog-service/2025-02-25-copilot-search.md * Rename 2025-02-25-copilot-search.md to 2025-03-03-copilot-search.md
1 parent 85f5ba5 commit e4046dc

File tree

5 files changed

+49
-0
lines changed

5 files changed

+49
-0
lines changed
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
title: New in Copilot - Dynamic Titles, Alert Troubleshooting, and Pinned Suggestions (Copilot)
3+
image: https://help.sumologic.com/img/sumo-square.png
4+
keywords:
5+
- copilot
6+
- log-search
7+
- search
8+
hide_table_of_contents: true
9+
---
10+
11+
import useBaseUrl from '@docusaurus/useBaseUrl';
12+
13+
<a href="https://help.sumologic.com/release-notes-service/rss.xml"><img src={useBaseUrl('img/release-notes/rss-orange2.png')} alt="icon" width="50"/></a>
14+
15+
We've introduced three new features to improve your Copilot experience:
16+
17+
### Dynamic Conversation Titles
18+
19+
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.
20+
21+
* **Better organization**. Conversations now have meaningful names for easy navigation.
22+
* **Faster troubleshooting**. Quickly find and resume previous investigations.
23+
* **More control**. Rename conversations to match your workflow.
24+
25+
26+
### "Open in Copilot" for Alerts
27+
28+
We've added an **Open in Copilot** button to the Alert Response page, allowing you to troubleshoot alerts directly in Copilot. This preserves the alert context, making it seamless to investigate and resolve issues.
29+
30+
* **Faster root cause analysis**. Jump into Copilot instantly from an alert.
31+
* **Context-aware troubleshooting**. Maintain alert details while searching logs.
32+
33+
34+
### Suggestion Pinning
35+
36+
Now you can pin Copilot suggestions for easy reference. Just hover over a suggestion and click the pin icon to save it within your conversation.
37+
38+
* **Quick access**. Keep important suggestions handy for ongoing investigations.
39+
* **Improved workflow**. No need to scroll back to find key recommendations.
40+
41+
[Learn more](/docs/search/copilot).

cid-redirects.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1563,6 +1563,7 @@
15631563
"/cid/1000": "/docs/send-data/installed-collectors/sources/local-file-source",
15641564
"/cid/100000": "/docs/manage/deletion-requests",
15651565
"/cid/100001": "/docs/search/get-started-with-search/build-search/search-templates",
1566+
"/cid/100002": "/docs/search/copilot",
15661567
"/cid/100004": "/docs/search/get-started-with-search/build-search/keyword-search-expressions",
15671568
"/cid/100005": "/docs/get-started/sign-up",
15681569
"/cid/100006": "/docs/get-started/library",

docs/alerts/monitors/alert-response.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ The top of the page provides several details and buttons.
155155
* **L**. The query of the monitor.<br/><img src={useBaseUrl('img/alerts/monitors/l-m-n-labels.png')} alt="labels" width="800"/>
156156
* **M**. A chart that visualizes the trend of the metric that was tracked as part of the alert condition of the monitor. The visualization tracks the *before* and *during* trends of the metric.
157157
* **N**. A table with the raw data that triggered the alert.
158+
* **O**. The **Open in Copilot** button lets you troubleshoot alerts directly in [Copilot](/docs/search/copilot) while preserving alert context, making investigations seamless. This enables faster root cause analysis by allowing you to jump into Copilot instantly and perform context-aware troubleshooting while maintaining alert details.<br/><img src={useBaseUrl('img/alerts/open-in-copilot.png')} alt="open in copilot button on alert response page" width="400"/>
158159

159160
Below this, as you scroll down on the page, you'll see context cards covered in the next section.
160161

docs/search/copilot.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ In this example, we'll click `Count the number of log entries by the collector I
103103

104104
<img src={useBaseUrl('img/search/copilot/suggestions.png')} alt="Copilot time period" style={{border: '1px solid gray'}} width="700" />
105105

106+
You can pin a suggestion for easy access later. Just hover over a suggestion and click **Pin suggestion** (pin icon). The pinned suggestion will stay at the top of your **Suggestions** list within that conversation.
107+
106108
#### Ask a question
107109

108110
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.
@@ -222,6 +224,10 @@ _sourceCategory=* "{" "}"
222224

223225
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" />
224226

227+
#### Edit Title
228+
229+
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.
230+
225231
#### History
226232

227233
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.
18.5 KB
Loading

0 commit comments

Comments
 (0)