Skip to content

Commit 3f51348

Browse files
kimsaucejpipkin1
andauthored
DOCS-601 - Copilot FAQ (#4870)
* Copilot FAQ * Edit security and compliance language * Update docs/search/copilot.md * Update docs/search/copilot.md Co-authored-by: John Pipkin (Sumo Logic) <[email protected]> * opt out instructions --------- Co-authored-by: John Pipkin (Sumo Logic) <[email protected]>
1 parent 38b65a4 commit 3f51348

File tree

2 files changed

+99
-9
lines changed

2 files changed

+99
-9
lines changed

docs/search/copilot.md

Lines changed: 98 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: copilot
33
title: Sumo Logic Copilot
4-
sidebar_label: Copilot
4+
sidebar_label: Copilot 🤖
55
description: Streamline your log analysis with Sumo Logic Copilot, our AI-based assistant designed to simplify log analysis by allowing you to ask questions in plain English and providing search suggestions without the need to write log queries.
66
keywords:
77
- copilot
@@ -14,8 +14,8 @@ keywords:
1414
import Iframe from 'react-iframe';
1515
import useBaseUrl from '@docusaurus/useBaseUrl';
1616

17-
:::note
18-
If you need to opt out, please open a [support ticket](https://support.sumologic.com/support/s/).
17+
:::info
18+
If you prefer not to use Copilot, you can opt out by contacting [Support](https://support.sumologic.com/support/s/).
1919
:::
2020

2121
Sumo Logic 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.
@@ -47,13 +47,18 @@ Copilot accelerates incident response by combining prebuilt contextual insights
4747

4848
## Security and compliance
4949

50-
Copilot leverages foundational models available through Amazon Bedrock. As a result, our Copilot compliance and security posture are inherited from Amazon Bedrock. For detailed information, refer to the following Amazon Bedrock security and compliance resources:
50+
Sumo Logic Copilot leverages foundational models provided by Amazon Bedrock, inheriting their robust compliance and security posture. For detailed information, refer to the following Amazon Bedrock security and compliance resources:
5151

5252
* [Security in Amazon Bedrock](https://docs.aws.amazon.com/bedrock/latest/userguide/security.html)
5353
* [Amazon Bedrock Security and Privacy](https://aws.amazon.com/bedrock/security-compliance/)
5454

5555
Additionally, all aspects of our service, including Copilot, adhere to the security and compliance requirements outlined in our [service agreement](https://www.sumologic.com/service-agreement) or in individually negotiated contracts.
5656

57+
58+
* **Customer data privacy**. Copilot ensures customer data remains private and secure. No customer data or PII is used to train the AI models. Context for AI processing is limited to schema and field samples, reviewed for legal and compliance purposes.
59+
* **Rolling data expiration**. Some features may store query history temporarily for performance, but data is expired on a rolling basis.
60+
* **AI provider**. Copilot uses a foundation model served by Amazon Bedrock. The provider has no access to your data.
61+
5762
## Who benefits from Copilot?
5863

5964
Copilot is ideal for users of all skill levels:
@@ -295,6 +300,95 @@ To summarize, you conclude there is malicious activity originating from certain
295300

296301
Role Based Access Control is not supported for contextual suggestions and autocompletions. It is possible for a user who is blocked by [log search RBAC](/docs/manage/users-roles/roles/construct-search-filter-for-role/) to view suggestions or completions for unpermitted source expressions. However, they will not be executed by the search.
297302

303+
## FAQ
304+
305+
<details>
306+
<summary>What is Sumo Logic Copilot?</summary>
307+
308+
Sumo Logic Copilot (also referred to as Sumo Logic Mo Copilot) is an AI assistant integrated into the Sumo Logic Log Analytics Platform. It enables natural language queries and contextual troubleshooting, helping users extract actionable insights from logs. Copilot does not process or share your log data with any third party.
309+
</details>
310+
311+
<details>
312+
<summary>Can I use Copilot to analyze unstructured logs?</summary>
313+
314+
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).
315+
</details>
316+
317+
<details>
318+
<summary>Does Copilot save search history?</summary>
319+
320+
Yes, Copilot retains conversation and search history, allowing you to resume investigations with context and continuity.
321+
</details>
322+
323+
<details>
324+
<summary>What role does AI play in Copilot?</summary>
325+
326+
Copilot uses AI to interpret natural language queries and recommend search results or query refinements, streamlining log analysis.
327+
</details>
328+
329+
<details>
330+
<summary>What specific types of customer data or PII does the AI process? Does it filter out PII/sensitive information?</summary>
331+
332+
Sumo Logic Copilot processes schema and field samples to provide context to the AI. While field values can contain PII or confidential data (for example, email addresses or IP addresses), these values are used solely to enable insights and are protected under strict compliance and security reviews.
333+
</details>
334+
335+
<details>
336+
<summary>Is customer data/PII used to train AI models?</summary>
337+
338+
No, customer data or PII is not used for training AI models. Copilot operates using a foundation model served via Amazon Bedrock, ensuring your data remains private and secure.
339+
</details>
340+
341+
<details>
342+
<summary>How long does the AI store customer information or PII, and when and how is it deleted?</summary>
343+
344+
Certain features may rely on query history stored on a rolling basis for performance optimization. Data is systematically expired to maintain privacy.
345+
346+
For example, our AI-driven alerts feature log anomaly detection and build ML models from 60 days of logs. To accomplish this, we retrain the model once a week. In this example, each week, we add one week of new data while expiring the oldest week of data. Rolling data windows are done to avoid fetching 60 days of data for every training run.
347+
</details>
348+
349+
<details>
350+
<summary>Does Sumo Logic Mo Copilot use any open-source library, GenAI providers, or cloud providers?</summary>
351+
352+
For Generative AI, Copilot uses a foundation model served by Amazon Bedrock. Classical ML features leverage open-source Python libraries approved by Sumo Logic.
353+
</details>
354+
355+
<details>
356+
<summary>What is the type of AI being used?</summary>
357+
358+
Sumo Logic Copilot is an ensemble of Generative AI (GenAI) and classical machine learning (ML) techniques. For example, classical ML is used for anomaly detection in AI-driven alerts.
359+
</details>
360+
361+
<details>
362+
<summary>Is there a human in the loop for Copilot?</summary>
363+
364+
Yes, the on-call developer or security engineer troubleshooting an incident is the expected user. They interact with Copilot using natural language questions or through contextual suggestions.
365+
</details>
366+
367+
<details>
368+
<summary>Does a fourth party have access to Copilot customer data?</summary>
369+
370+
No. The foundation model provider used by Amazon Bedrock has no access to customer data.
371+
</details>
372+
373+
<details>
374+
<summary>Do you hold any AI-specific certifications or accreditations?</summary>
375+
376+
No, Sumo Logic does not currently hold any AI-specific certifications or accreditations.
377+
</details>
378+
379+
<details>
380+
<summary>How are reviews conducted on the Copilot model?</summary>
381+
382+
Each major capability added to Copilot undergoes legal, compliance, and application security reviews. These reviews coincide with new releases that expand insights or process new types of data.
383+
</details>
384+
385+
<details>
386+
<summary>How can I opt out of Copilot?</summary>
387+
388+
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.
389+
</details>
390+
391+
298392
## Feedback
299393

300394
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.
@@ -304,7 +398,3 @@ We want your feedback! Let us know what you think by clicking the thumbs up or t
304398
You can also leave feedback on specific errors.
305399

306400
<img src={useBaseUrl('img/search/copilot/feedback-error.png')} alt="Copilot feedback icons" style={{border: '1px solid gray'}} width="800" />
307-
308-
## Opt out
309-
310-
To opt out of Copilot, contact our [support team](https://support.sumologic.com/support/s/).

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ module.exports = {
273273
},
274274
announcementBar: {
275275
id: 'copilot',
276-
content: 'Check out <a target="_blank" rel="noopener noreferrer" href="/docs/search/copilot">Sumo Logic Copilot</a>, our new AI-powered logs assistant!',
276+
content: 'Check out 🤖 <b><a target="_blank" rel="noopener noreferrer" href="/docs/search/copilot">Sumo Logic Copilot</a></b>, our new AI-powered logs assistant!',
277277
backgroundColor: '#D3BAF7',
278278
textColor: '#000',
279279
},

0 commit comments

Comments
 (0)