From 44585a3fbf6beb4ae6beb6f07a96868935282c57 Mon Sep 17 00:00:00 2001 From: Kim Pohas Date: Fri, 30 May 2025 16:44:16 -0400 Subject: [PATCH 1/9] Copilot GA - Unstructured logs + multi-turn conversations --- cid-redirects.json | 1 + docs/search/copilot-unstructured-logs-beta.md | 48 ------------------- docs/search/copilot.md | 21 ++++++-- 3 files changed, 18 insertions(+), 52 deletions(-) delete mode 100644 docs/search/copilot-unstructured-logs-beta.md diff --git a/cid-redirects.json b/cid-redirects.json index 9e77ad0308..0074fcc5cd 100644 --- a/cid-redirects.json +++ b/cid-redirects.json @@ -4377,6 +4377,7 @@ "/docs/search/logreduce/influence-the-logreduce-outcome": "/docs/search/behavior-insights/logreduce/influence-the-logreduce-outcome", "/docs/search/logreduce/understand-the-logreduce-relevance-column": "/docs/search/behavior-insights/logreduce/understand-the-logreduce-relevance-column", "/docs/search/behavior-insights/logreduce-values": "/docs/search/behavior-insights/logreduce/logreduce-values", + "/docs/search/copilot-unstructured-logs-beta": "/docs/search/copilot", "/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/azure-event-hubs-cloud-to-cloud-source-migration":"/docs/send-data/collect-from-other-data-sources/azure-monitoring/azure-event-hubs-source-migration", "/docs/manage/manage-subscription/upgrade-sumo-logic-credits-account": "/docs/manage/manage-subscription/upgrade-account/upgrade-sumo-logic-flex-account", "/docs/manage/manage-subscription/upgrade-cloud-flex-legacy-account": "/docs/manage/manage-subscription/upgrade-account/upgrade-cloud-flex-legacy-account", diff --git a/docs/search/copilot-unstructured-logs-beta.md b/docs/search/copilot-unstructured-logs-beta.md deleted file mode 100644 index 6c99c40b66..0000000000 --- a/docs/search/copilot-unstructured-logs-beta.md +++ /dev/null @@ -1,48 +0,0 @@ ---- -id: copilot-unstructured-logs-beta -title: Sumo Logic Copilot - Unstructured Logs Support (Beta) -description: Streamline your log analysis with Sumo Logic Copilot, our AI-based assistant that simplifies log analysis by letting you ask questions in plain English, even for logs without a well-defined structure. ---- - -import useBaseUrl from '@docusaurus/useBaseUrl'; - - - - - -

Beta

- -This feature is in Beta. For more information, contact your Sumo Logic account executive. - -Unstructured Logs Support for [Sumo Logic Copilot](/docs/search/copilot), our AI assistant, enables it to understand and provide insights from raw, text-based logs, even if they don't follow a structured format like JSON. This means you can ask questions in plain English and get meaningful results from nearly any log data, without requiring Field Extraction Rules (FERs). - -## What's new - -Currently, [Copilot works best on structured (JSON) logs](/docs/search/copilot/#compatible-log-formats). With this beta update, Copilot automatically applies parsing logic to unstructured logs, even if no FERs are configured. - -At this stage, Copilot prioritizes unstructured logs that are already used in dashboards, allowing it to surface insights from high-value log sources out-of-the-box. This means it won’t interpret all raw logs yet, but we’re actively working to broaden this support beyond dashboards. - -* **Broader coverage**. Copilot now parses and generates insights from unstructured log formats, even without FERs, making it useful for environments that include custom or inconsistent log types. -* **Improved usability**. Ask questions in natural language. Copilot interprets your intent and suggests relevant searches, even for raw, non-JSON logs. -* **Performance and reliability**. Response times and suggestion accuracy are consistent with Copilot’s structured log experience. -* **Security and compliance**. The same strict data handling and privacy standards apply. Unstructured Logs Support builds on Copilot’s secure foundation. - - - -### Common use cases - -* **General log exploration**. Ask questions about unstructured logs that are already used in your dashboards, even if they lack predefined fields. -* **Error triage**. Investigate frequently visualized log data to surface patterns and recurring issues in unstructured formats. -* **Security insights**. Detect anomalies or signs of failed logins by querying raw logs already powering security dashboards. -* **Smarter prioritization**. Copilot focuses on unstructured logs that are visualized in dashboards, helping you get meaningful insights from high-value data sources. - -## FAQ - -**Will Copilot interpret all my logs?**
-Copilot prioritizes unstructured logs that are already used in dashboards. This improves the relevance of insights and helps focus on high-value logs. - -**How is this different from structured log support?**
-Structured logs have predefined fields, allowing Copilot to map queries directly. For unstructured logs, Copilot uses AI and parsing techniques to infer structure on the fly. diff --git a/docs/search/copilot.md b/docs/search/copilot.md index 0d16f9fcf0..fd16c241f3 100644 --- a/docs/search/copilot.md +++ b/docs/search/copilot.md @@ -49,6 +49,20 @@ 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. + +## Support for unstructured logs + +Copilot now supports unstructured logs, including raw text logs with no predefined fields or Field Extraction Rules (FERs). If these logs are already visualized in dashboards, Copilot automatically parses them and surfaces insights using natural language queries. + +This capability is powered by [Intelliparse mode (Beta)](/docs/search/get-started-with-search/build-search/intelliparse-beta), which infers structure from patterns already used in your dashboards. Behind the scenes, Copilot injects the `intelliparse` operator into queries to extract fields on the fly—no FER setup required. + +Here are some use cases: +* Explore raw logs without defined fields +* Triage errors and detect patterns +* Investigate anomalies in security dashboards + +Copilot does not currently interpret all unstructured logs. It prioritizes those already visualized in dashboards to ensure the most relevant and accurate insights. Unlike structured logs, which contain clearly defined fields, unstructured logs require Copilot to infer structure at query time using AI and pattern recognition. ## Security and compliance @@ -211,7 +225,8 @@ To save space, you can use the **Hide Log Query** icon to collapse the log query #### Compatible Log Formats -Copilot querying is compatible with JSON logs, partial JSON logs, and unstructured logs with Field Extraction Rules. It cannot be used to query metrics or trace telemetry. +* **Supported**. JSON, partial JSON, unstructured logs (with or without FERs). +* **Not supported**. Metrics or trace telemetry. To retrieve a list of `_sourceCategories` with JSON data, use the following query: @@ -258,8 +273,6 @@ There are two ways to do this: ### Logs for security - - 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. @@ -344,7 +357,7 @@ Sumo Logic Copilot (also referred to as Sumo Logic Mo Copilot) is an AI assistan
Can I use Copilot to analyze unstructured logs? -Yes, Copilot can extract relevant insights from unstructured logs, provided Field Extraction Rules (FERs) are applied. It also supports semi-structured logs (JSON + unstructured payloads). +Yes. Copilot can parse raw logs without FERs. It also supports semi-structured logs (JSON + unstructured payloads).
From 4429d2c34ceb71a0ce01c461ac5623673448b389 Mon Sep 17 00:00:00 2001 From: Kim Pohas Date: Fri, 30 May 2025 17:18:27 -0400 Subject: [PATCH 2/9] space fix --- docs/search/copilot.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/search/copilot.md b/docs/search/copilot.md index fd16c241f3..3cda6940e1 100644 --- a/docs/search/copilot.md +++ b/docs/search/copilot.md @@ -434,7 +434,6 @@ Each major capability added to Copilot undergoes legal, compliance, and applicat If you prefer not to use Sumo Logic Copilot, please contact our [support team](https://support.sumologic.com/support/s/). Your account will be updated accordingly.
- ## Feedback We want your feedback! Let us know what you think by clicking the thumbs up or thumbs down icon and entering the context of your query. From 5f3c2012db6a51e562675c60e2b3e724ebee7e08 Mon Sep 17 00:00:00 2001 From: Kim Pohas Date: Fri, 30 May 2025 17:26:32 -0400 Subject: [PATCH 3/9] add release notes --- blog-service/2025-07-01-search.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 blog-service/2025-07-01-search.md diff --git a/blog-service/2025-07-01-search.md b/blog-service/2025-07-01-search.md new file mode 100644 index 0000000000..77f9ea1b9a --- /dev/null +++ b/blog-service/2025-07-01-search.md @@ -0,0 +1,18 @@ +--- +title: New in Copilot - Unstructured Logs and 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'; + +Sumo Logic Copilot is now generally available with two major enhancements that improve usability and investigation speed: + +* **Unstructured Logs Support**. Copilot can now analyze raw, text-based logs that don't follow a structured format—no Field Extraction Rules (FERs) required. If your logs are already visualized in dashboards, Copilot automatically parses them and delivers insights using natural language. +* **Multi-Turn Conversations**. You can now ask follow-up questions without repeating your search context. Copilot remembers your investigation flow, making it easier to refine queries, explore related issues, and resolve incidents faster. + +These updates build on Copilot’s AI-assisted search capabilities and are available to all customers using the new Sumo Logic UI. [Learn more](/docs/search/copilot/). From ece50274101b78fd6b09cd646198d166253c4f0c Mon Sep 17 00:00:00 2001 From: Kim Pohas Date: Fri, 30 May 2025 17:34:33 -0400 Subject: [PATCH 4/9] link fix --- .../get-started-with-search/build-search/intelliparse-beta.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/search/get-started-with-search/build-search/intelliparse-beta.md b/docs/search/get-started-with-search/build-search/intelliparse-beta.md index 47fe0f9040..7131242f46 100644 --- a/docs/search/get-started-with-search/build-search/intelliparse-beta.md +++ b/docs/search/get-started-with-search/build-search/intelliparse-beta.md @@ -75,5 +75,5 @@ Copilot uses Intelliparse mode in the background to: This integration allows Copilot to work with raw, unstructured log data; no setup required on your part. :::tip -Want to learn more about Intelliparse mode? [See how it works in Log Search](/docs/search/copilot-unstructured-logs-beta). +Want to learn more about Intelliparse mode? [See how it works in Log Search](/docs/search/copilot/#support-for-unstructured-logs). ::: From 82195b83334ffe3e9e2c98ceccf8b5b2bd37a77a Mon Sep 17 00:00:00 2001 From: Kim Pohas Date: Tue, 3 Jun 2025 10:03:32 -0400 Subject: [PATCH 5/9] DOCS-851 - Unstructured Logs support GA (Copilot) --- blog-service/2025-07-01-search.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/blog-service/2025-07-01-search.md b/blog-service/2025-07-01-search.md index 77f9ea1b9a..d2a8fb2e8d 100644 --- a/blog-service/2025-07-01-search.md +++ b/blog-service/2025-07-01-search.md @@ -1,5 +1,5 @@ --- -title: New in Copilot - Unstructured Logs and Multi-Turn Conversations (Search) +title: New in Copilot - Unstructured Logs (Search) image: https://help.sumologic.com/img/sumo-square.png keywords: - copilot @@ -10,9 +10,6 @@ hide_table_of_contents: true import useBaseUrl from '@docusaurus/useBaseUrl'; -Sumo Logic Copilot is now generally available with two major enhancements that improve usability and investigation speed: +Sumo Logic Copilot now supports unstructured logs—raw, text-based logs that don't follow a structured format—without requiring Field Extraction Rules (FERs). This enhancement enables Copilot to analyze and derive insights from a broader range of log data using natural language, even if the logs aren't pre-parsed. If your logs are already visualized in dashboards, Copilot automatically parses them and delivers insights using natural language. -* **Unstructured Logs Support**. Copilot can now analyze raw, text-based logs that don't follow a structured format—no Field Extraction Rules (FERs) required. If your logs are already visualized in dashboards, Copilot automatically parses them and delivers insights using natural language. -* **Multi-Turn Conversations**. You can now ask follow-up questions without repeating your search context. Copilot remembers your investigation flow, making it easier to refine queries, explore related issues, and resolve incidents faster. - -These updates build on Copilot’s AI-assisted search capabilities and are available to all customers using the new Sumo Logic UI. [Learn more](/docs/search/copilot/). +This update builds on Copilot’s AI-assisted search capabilities and is available to all customers using the new Sumo Logic UI. [Learn more](/docs/search/copilot/). From 2da2e2cfdac126224b92b40bd8e3a945f222f93a Mon Sep 17 00:00:00 2001 From: Kim Pohas Date: Tue, 11 Nov 2025 13:31:36 -0800 Subject: [PATCH 6/9] rename --- blog-service/2025-07-01-search.md | 8 ++++---- cid-redirects.json | 2 +- .../organization-usage-limits.md | 8 ++++---- .../manage/manage-subscription/scan-budgets.md | 13 ++++++------- .../build-search/intelliparse-beta.md | 10 +++++----- docs/search/mobot-multiturn-beta.md | 4 +--- docs/search/mobot.md | 18 +++++++----------- docs/search/query-assist.md | 2 +- 8 files changed, 29 insertions(+), 36 deletions(-) diff --git a/blog-service/2025-07-01-search.md b/blog-service/2025-07-01-search.md index d2a8fb2e8d..9d6b9dde64 100644 --- a/blog-service/2025-07-01-search.md +++ b/blog-service/2025-07-01-search.md @@ -1,8 +1,8 @@ --- -title: New in Copilot - Unstructured Logs (Search) +title: New in Mobot - Unstructured Logs (Search) image: https://help.sumologic.com/img/sumo-square.png keywords: - - copilot + - mobot - log-search - search hide_table_of_contents: true @@ -10,6 +10,6 @@ hide_table_of_contents: true import useBaseUrl from '@docusaurus/useBaseUrl'; -Sumo Logic Copilot now supports unstructured logs—raw, text-based logs that don't follow a structured format—without requiring Field Extraction Rules (FERs). This enhancement enables Copilot to analyze and derive insights from a broader range of log data using natural language, even if the logs aren't pre-parsed. If your logs are already visualized in dashboards, Copilot automatically parses them and delivers insights using natural language. +Sumo Logic Mobot now supports unstructured logs—raw, text-based logs that don't follow a structured format—without requiring Field Extraction Rules (FERs). This enhancement enables Mobot to analyze and derive insights from a broader range of log data using natural language, even if the logs aren't pre-parsed. If your logs are already visualized in dashboards, Mobot automatically parses them and delivers insights using natural language. -This update builds on Copilot’s AI-assisted search capabilities and is available to all customers using the new Sumo Logic UI. [Learn more](/docs/search/copilot/). +This update builds on Mobot’s AI-assisted search capabilities and is available to all customers using the new Sumo Logic UI. [Learn more](/docs/search/mobot). diff --git a/cid-redirects.json b/cid-redirects.json index b9ec6d9fdf..b4e7698d3e 100644 --- a/cid-redirects.json +++ b/cid-redirects.json @@ -4527,7 +4527,7 @@ "/docs/search/logreduce/influence-the-logreduce-outcome": "/docs/search/behavior-insights/logreduce/influence-the-logreduce-outcome", "/docs/search/logreduce/understand-the-logreduce-relevance-column": "/docs/search/behavior-insights/logreduce/understand-the-logreduce-relevance-column", "/docs/search/behavior-insights/logreduce-values": "/docs/search/behavior-insights/logreduce/logreduce-values", - "/docs/search/copilot-unstructured-logs-beta": "/docs/search/copilot", + "/docs/search/copilot-unstructured-logs-beta": "/docs/search/mobot", "/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/azure-event-hubs-cloud-to-cloud-source-migration":"/docs/send-data/collect-from-other-data-sources/azure-monitoring/azure-event-hubs-source-migration", "/docs/manage/manage-subscription/upgrade-sumo-logic-credits-account": "/docs/manage/manage-subscription/upgrade-account/upgrade-sumo-logic-flex-account", "/docs/manage/manage-subscription/upgrade-cloud-flex-legacy-account": "/docs/manage/manage-subscription/upgrade-account/upgrade-cloud-flex-legacy-account", diff --git a/docs/manage/manage-subscription/organization-usage-limits.md b/docs/manage/manage-subscription/organization-usage-limits.md index 53fa4d8360..9b4b8a6a9f 100644 --- a/docs/manage/manage-subscription/organization-usage-limits.md +++ b/docs/manage/manage-subscription/organization-usage-limits.md @@ -1,12 +1,12 @@ --- id: organization-usage-limits title: Organization Usage Limits -description: Learn to set query level budget to define spending limits for queries. +description: Learn to set query level budget to define spending limits for queries. --- import useBaseUrl from '@docusaurus/useBaseUrl'; -This page provides information about the query budget usage limits, which allows you to define spending limits for queries to prevent unexpected charges. This will help you manage Sumo Logic credits, especially in pay-per-use scenarios, by setting budgets on scan data volume. +This page provides information about the query budget usage limits, which allows you to define spending limits for queries to prevent unexpected charges. This will help you manage Sumo Logic credits, especially in pay-per-use scenarios, by setting budgets on scan data volume. ## Ingestion - Throttling Limits @@ -42,8 +42,8 @@ To manage the query size limit follow the below steps: :::info Sumo Logic defines scan as two types: - - **Foreground interactive search**. Search page UI, Copilot, and Dashboards. - - **Background search**. API, Scheduled Search, Monitor, Scheduled Views, and SLO. + - **Foreground interactive search**. Search page UI, Mobot, and Dashboards. + - **Background search**. API, Scheduled Search, Monitor, Scheduled Views, and SLO. ::: :::note diff --git a/docs/manage/manage-subscription/scan-budgets.md b/docs/manage/manage-subscription/scan-budgets.md index 1ee5c1c8e2..86089e2cd8 100644 --- a/docs/manage/manage-subscription/scan-budgets.md +++ b/docs/manage/manage-subscription/scan-budgets.md @@ -1,7 +1,7 @@ --- id: scan-budgets title: Scan Budget -description: Learn to set advanced query limits to define spending limits for queries. +description: Learn to set advanced query limits to define spending limits for queries. --- import useBaseUrl from '@docusaurus/useBaseUrl'; @@ -30,7 +30,7 @@ To create the query size limit using the **Advanced** configuration: 1. Click **+ Create Scan Budget**. 1. **Scope**. Include or exclude the users and roles for whom the scan budget should apply. 1. **Capacity**. You can set either query level or time-phased budgets. You can also check the query size of the last 10 queries by clicking on the **Click here** button to help you determine the appropriate size limit. - - **Query level budgets**. Select **Query** from the **Budget Type** dropdown and enter the GB value based on your needs. Sumo Logic recommends setting a GB value per query based on the 95th percentile to stay within safe limits. + - **Query level budgets**. Select **Query** from the **Budget Type** dropdown and enter the GB value based on your needs. Sumo Logic recommends setting a GB value per query based on the 95th percentile to stay within safe limits. - **Time-phased budgets**. Select **Daily**, **Weekly**, or **Monthly** from the **Budget Type** dropdown and enter the maximum amount of budget in GB. You can set a single shared budget for an entire group by selecting the **Capacity for the Group** option, whereas, you can set a budget for individual user in the selected scope by selecting the **Capacity per User** option. :::note - For **Daily** budgets, the capacity resets every day at midnight (00:00 PST). @@ -42,8 +42,8 @@ To create the query size limit using the **Advanced** configuration: - **Only allow background query scans**. A warning message will be displayed if you run a query that exceeds the budget set. This will block the foreground searches but will not impact any background searches/automated queries. :::info Sumo Logic defines scan as two types: - - **Foreground interactive search**. Search page UI, Copilot, and Dashboards. - - **Background search**. API, Scheduled Search, Monitors, Scheduled Views, and SLO. + - **Foreground interactive search**. Search page UI, Mobot, and Dashboards. + - **Background search**. API, Scheduled Search, Monitors, Scheduled Views, and SLO. ::: 1. **Details**. Enter the name for the scan budget.
create-scan-budget 1. Click **Save** to create the scan budget. @@ -75,7 +75,7 @@ To view the selected scan budget: - **Capacity (per user)**. Describes the budget set for individual user search. - **Action when capacity reached**. Describes the type of action sected to notify when the budget limit is reached. - **Reset every day/week/month at**. Displays the time phase when the budget can reset. - - **Created**. The user who created the scan budget. + - **Created**. The user who created the scan budget. - **Modified**. The user that most recently modified the scan budget. - **Audit Logs**. Records the budget definition changes. Click on **View Details** to view the budget definition changes. - **System Audit**. Records the breaches and budget enforcement. Click on **View Details** to view the list of breaches. @@ -84,7 +84,7 @@ To view the selected scan budget: ### Handling overlapping budgets -When you configure multiple budgets for the same user, the scope with the largest capacity takes precedence. However, if the budgets are of same values (for example, Budget A and Budget B are of same value 10 GB) then the most restrictive budget takes precedence. +When you configure multiple budgets for the same user, the scope with the largest capacity takes precedence. However, if the budgets are of same values (for example, Budget A and Budget B are of same value 10 GB) then the most restrictive budget takes precedence. ### Exceeding the scan budget query limit @@ -108,4 +108,3 @@ Each budget type (daily, weekly, monthly, or query) is treated independently, wi ### Usage attribution across multiple budget types As long as you are within the limits of each budget type, usage will be attributed independently to each budget type. If you exceed any one budget type, the action for that budget will be applied. But usage will still be reported to other budgets if they have available capacity. For example, if the daily limit and monthly limit is set to 100GB and 300GB respectively, and if you have used 50 GB of your daily limit, then this usage will be reported to both the daily and monthly budgets as long as they are within their capacity. The query budget only tracks the size in GB per query, so the user will still be within the query budget if the query size limit is not breached. - diff --git a/docs/search/get-started-with-search/build-search/intelliparse-beta.md b/docs/search/get-started-with-search/build-search/intelliparse-beta.md index 7131242f46..54123bb650 100644 --- a/docs/search/get-started-with-search/build-search/intelliparse-beta.md +++ b/docs/search/get-started-with-search/build-search/intelliparse-beta.md @@ -63,17 +63,17 @@ will be parsed automatically in Intelliparse mode, extracting: * Queries using Intelliparse mode include a hidden intelliparse operator, injected automatically. ::: -## How Copilot uses Intelliparse mode +## How Mobot uses Intelliparse mode -Even if you don’t manually enable Intelliparse mode, you may encounter it when using [Sumo Logic Copilot](/docs/search/copilot). +Even if you don’t manually enable Intelliparse mode, you may encounter it when using [Sumo Logic Mobot](/docs/search/mobot). -Copilot uses Intelliparse mode in the background to: +Mobot uses Intelliparse mode in the background to: * Automatically parse unstructured logs for natural language queries. * Discover field names and values for more accurate suggestions and translations. * Generate search queries that include the hidden `intelliparse` operator. -This integration allows Copilot to work with raw, unstructured log data; no setup required on your part. +This integration allows Mobot to work with raw, unstructured log data; no setup required on your part. :::tip -Want to learn more about Intelliparse mode? [See how it works in Log Search](/docs/search/copilot/#support-for-unstructured-logs). +Want to learn more about Intelliparse mode? [See how it works in Log Search](/docs/search/mobot/#support-for-unstructured-logs). ::: diff --git a/docs/search/mobot-multiturn-beta.md b/docs/search/mobot-multiturn-beta.md index d255778bb1..e61b1cd69a 100644 --- a/docs/search/mobot-multiturn-beta.md +++ b/docs/search/mobot-multiturn-beta.md @@ -15,9 +15,7 @@ import useBaseUrl from '@docusaurus/useBaseUrl'; This feature is in Beta. For more information, contact your Sumo Logic account executive. ::: -Our new conversational experience in Mobot (formerly known as Copilot) lets you interact with queries the way you would with a chat assistant. You ask a question and can refine it with follow-ups, change units, and see the updated query and visualization without starting over. Mobot maintains your intent across turns, surfaces helpful suggestions, and makes it easy to explore related angles. This guide explains what's new in the UI and how the conversational flow works. - -As we transition the feature name from *Copilot* to *Mobot*, some UI labels and screenshots may still show **Copilot**. Functionality is unchanged. +Our new conversational experience in Mobot (formerly known as *Copilot*) lets you interact with queries the way you would with a chat assistant. You ask a question and can refine it with follow-ups, change units, and see the updated query and visualization without starting over. Mobot maintains your intent across turns, surfaces helpful suggestions, and makes it easy to explore related angles. This guide explains what's new in the UI and how the conversational flow works. ## What's new in Beta diff --git a/docs/search/mobot.md b/docs/search/mobot.md index 87b238e7bf..c7cb21698a 100644 --- a/docs/search/mobot.md +++ b/docs/search/mobot.md @@ -15,10 +15,6 @@ keywords: import Iframe from 'react-iframe'; import useBaseUrl from '@docusaurus/useBaseUrl'; -:::note Name update -We are renaming *Copilot* to *Mobot* across the product and docs. During this transition, some UI labels and screenshots may still show **Copilot**. Functionality is the same. We will update names and images as the rollout completes. -::: - Sumo Logic Mobot (formerly known as *Copilot*) is our AI-powered assistant that accelerates investigations and troubleshooting in logs by allowing you to ask questions in plain English and get contextual suggestions, helping first responders get to answers faster. With its intuitive interface, Mobot automatically generates log searches from natural language queries, helping you quickly investigate performance issues, anomalies, and security threats. It also guides you through investigations step-by-step with AI-derived suggestions to refine your results for faster, more accurate resolutions. Overall, Mobot enhances incident resolution with expert level insights. @@ -28,7 +24,7 @@ If you prefer not to use Mobot, you can opt out by contacting [Support](https:// ::: :::sumo Micro Lesson: Introduction to Mobot -This short video introduces Mobot (formerly known as *Copilot*) and how it can help you with log search and analysis—perfect for getting a quick overview before diving in. +This short video introduces Mobot and how it can help you with log search and analysis—perfect for getting a quick overview before diving in.