Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOCS-683 - New in Copilot - Dynamic Titles, Alert Troubleshooting, Pinned Suggestions #5067

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
41 changes: 41 additions & 0 deletions blog-service/2025-02-25-copilot-search.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
title: New in Copilot - Dynamic Titles, Alert Troubleshooting, and Pinned Suggestions (Copilot)
image: https://help.sumologic.com/img/sumo-square.png
keywords:
- copilot
- log-search
- search
hide_table_of_contents: true
---

import useBaseUrl from '@docusaurus/useBaseUrl';

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

We've introduced three new features to improve your Copilot experience:

### Dynamic Conversation Titles

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.

* **Better organization**. Conversations now have meaningful names for easy navigation.
* **Faster troubleshooting**. Quickly find and resume previous investigations.
* **More control**. Rename conversations to match your workflow.


### "Open in Copilot" for Alerts

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.

* **Faster root cause analysis**. Jump into Copilot instantly from an alert.
* **Context-aware troubleshooting**. Maintain alert details while searching logs.


### Suggestion Pinning

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.

* **Quick access**. Keep important suggestions handy for ongoing investigations.
* **Improved workflow**. No need to scroll back to find key recommendations.

[Learn more](/docs/search/copilot).
1 change: 1 addition & 0 deletions cid-redirects.json
Original file line number Diff line number Diff line change
Expand Up @@ -1561,6 +1561,7 @@
"/cid/1000": "/docs/send-data/installed-collectors/sources/local-file-source",
"/cid/100000": "/docs/manage/deletion-requests",
"/cid/100001": "/docs/search/get-started-with-search/build-search/search-templates",
"/cid/100002": "/docs/search/copilot",
"/cid/100004": "/docs/search/get-started-with-search/build-search/keyword-search-expressions",
"/cid/100005": "/docs/get-started/sign-up",
"/cid/100006": "/docs/get-started/library",
Expand Down
1 change: 1 addition & 0 deletions docs/alerts/monitors/alert-response.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ The top of the page provides several details and buttons.
* **L**. The query of the monitor.<br/><img src={useBaseUrl('img/alerts/monitors/l-m-n-labels.png')} alt="labels" width="800"/>
* **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.
* **N**. A table with the raw data that triggered the alert.
* **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"/>

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

Expand Down
6 changes: 6 additions & 0 deletions docs/search/copilot.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ In this example, we'll click `Count the number of log entries by the collector I

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

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.

#### Ask a question

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

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

#### Edit Title

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.

#### History

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.
Expand Down
Binary file added static/img/alerts/open-in-copilot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.