diff --git a/blog-service/2025-03-03-copilot-search.md b/blog-service/2025-03-03-copilot-search.md new file mode 100644 index 0000000000..39fb59f579 --- /dev/null +++ b/blog-service/2025-03-03-copilot-search.md @@ -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'; + +icon + +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). diff --git a/cid-redirects.json b/cid-redirects.json index f7ee738d70..3304bf2678 100644 --- a/cid-redirects.json +++ b/cid-redirects.json @@ -1563,6 +1563,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", diff --git a/docs/alerts/monitors/alert-response.md b/docs/alerts/monitors/alert-response.md index 65af9f4d9c..2ce7b63c7b 100644 --- a/docs/alerts/monitors/alert-response.md +++ b/docs/alerts/monitors/alert-response.md @@ -155,6 +155,7 @@ The top of the page provides several details and buttons. * **L**. The query of the monitor.
labels * **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.
open in copilot button on alert response page Below this, as you scroll down on the page, you'll see context cards covered in the next section. diff --git a/docs/search/copilot.md b/docs/search/copilot.md index 35be9d9629..bfa4475f8c 100644 --- a/docs/search/copilot.md +++ b/docs/search/copilot.md @@ -103,6 +103,8 @@ In this example, we'll click `Count the number of log entries by the collector I Copilot time period +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. @@ -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**.
Copilot JSON formatting +#### 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. diff --git a/static/img/alerts/open-in-copilot.png b/static/img/alerts/open-in-copilot.png new file mode 100644 index 0000000000..89d795b39c Binary files /dev/null and b/static/img/alerts/open-in-copilot.png differ