Skip to content

DOCS-906 - Copilot multi-turn conversations GA (HOLD) #5422

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

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions blog-service/2025-07-02-search.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: New in Copilot - Multi-Turn Conversations (Search)
image: https://help.sumologic.com/img/sumo-square.png
keywords:
- copilot
- log-search
- search
hide_table_of_contents: true
---

import useBaseUrl from '@docusaurus/useBaseUrl';

Copilot now supports multi-turn conversations, allowing you to ask follow-up questions without repeating your original search context. This enhancement enables more natural, iterative investigations. Copilot keeps track of your query history so you can refine searches, dig deeper into results, and troubleshoot faster.

This feature is available in the new Sumo Logic UI for all users with Copilot access. [Learn more](/docs/search/copilot/).
3 changes: 1 addition & 2 deletions docs/search/copilot.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ Copilot accelerates incident response by combining prebuilt contextual insights
* **Auto-visualize**. Copilot automatically generates charts from search results, which you can add directly to dashboards, reducing time and effort in data interpretation.
* **Log compatibility**. Copilot supports structured logs, semi-structured logs (partial JSON), and unstructured logs (e.g., Palo Alto Firewall) when Field Extraction Rules (FERs) are applied. This ensures valuable insights across a variety of log formats.
* **Enhanced query experience**. Auto-complete to streamline natural language queries.
* **Multi-turn conversations**. Ask follow-up questions without repeating yourself.

## Security and compliance

Expand Down Expand Up @@ -258,8 +259,6 @@ There are two ways to do this:

### Logs for security

<!-- add micro lesson when published-->

In the video, Copilot is used to investigate a security issue involving the potential leak of AWS CloudTrail access keys outside the organization.

The video demonstrates how to use Copilot to analyze AWS CloudTrail data, review AI-curated suggestions, refine searches using natural language prompts, and generate an AI-driven dashboard for root cause analysis and sharing.
Expand Down