Skip to content

Commit 02f0ffc

Browse files
committed
cross-linking
1 parent dc2cf5b commit 02f0ffc

File tree

2 files changed

+8
-26
lines changed

2 files changed

+8
-26
lines changed

docs/search/copilot-unstructured-logs.md renamed to docs/search/copilot-unstructured-logs-beta.md

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
id: copilot-unstructured-logs
2+
id: copilot-unstructured-logs-beta
33
title: Sumo Logic Copilot - Unstructured Logs Support (Beta)
44
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.
55
---
@@ -26,15 +26,13 @@ Currently, [Copilot works best on structured (JSON) logs](/docs/search/copilot/#
2626
* **Performance and reliability**. Response times and suggestion accuracy are consistent with Copilot’s structured log experience.
2727
* **Security and compliance**. The same strict data handling and privacy standards apply. Unstructured Logs Support builds on Copilot’s secure foundation.
2828

29-
<!-- Publish after https://sumologic.atlassian.net/browse/DOCS-832
30-
3129
### Powered by Intelliparse mode
3230

3331
Copilot now uses [Intelliparse Mode](/docs/search/get-started-with-search/build-search/intelliparse) to extract fields from unstructured logs. This new parsing engine automatically applies parsing logic based on logs already used in your dashboards, allowing Copilot to work with raw logs that don’t follow a consistent format.
3432

3533
You’ll get more meaningful results from logs that are already powering visualizations and queries without needing to manually define parsing logic or create Field Extraction Rules (FERs).
3634

37-
Copilot uses a hidden `intelliparse` operator behind the scenes. It’s injected into relevant queries to extract fields, making unstructured logs easier to work with—no UI changes required.-->
35+
Copilot uses a hidden `intelliparse` operator behind the scenes that's injected automatically into relevant queries to extract fields, making unstructured logs easier to work with.
3836

3937
### Common use cases
4038

@@ -43,23 +41,10 @@ Copilot uses a hidden `intelliparse` operator behind the scenes. It’s injected
4341
* **Security insights**. Surface signs of failed logins or anomalies from frequently queried log sources.
4442
* **Smarter prioritization**. Copilot focuses on unstructured logs that are already actively used, helping maximize relevance and value.
4543

46-
## Related updates
47-
48-
These recent Copilot enhancements make it even easier to work with unstructured logs:
49-
50-
* **Dynamic conversation titles**. Your queries are automatically titled for easy organization and retrieval.
51-
* **"Open in Copilot" for alerts**. Investigate alerts directly in Copilot without losing context.
52-
* **Suggestion pinning**. Pin suggestions inside a conversation to revisit them later.
53-
5444
## FAQ
5545

5646
**Will Copilot interpret all my logs?**<br/>
5747
Copilot prioritizes unstructured logs that are already used in dashboards. This improves the relevance of insights and helps focus on high-value logs.
5848

5949
**How is this different from structured log support?**<br/>
6050
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.
61-
62-
<!-- Publish after https://sumologic.atlassian.net/browse/DOCS-832
63-
**How is Copilot able to understand unstructured logs?**<br/>
64-
Copilot uses a new parsing engine called [Intelliparse mode](/docs/search/get-started-with-search/build-search/intelliparse). It automatically extracts fields from raw logs using parsers discovered from your dashboards, so you don’t have to define parsing logic or FERs manually.
65-
-->

docs/search/get-started-with-search/build-search/intelliparse.md renamed to docs/search/get-started-with-search/build-search/intelliparse-beta.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
id: intelliparse
2+
id: intelliparse-beta
33
title: Intelliparse Mode (Beta)
44
description: Intelliparse mode extends automatic parsing to unstructured logs, allowing you to search and filter logs even when they don’t follow a consistent format like JSON.
55
---
@@ -14,16 +14,14 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
1414

1515
This feature is currently available to select customers. Contact your Sumo Logic account representative to request access.
1616

17-
We've introduced a new parsing mode in the Log Search UI: Intelliparse mode. It extends automatic parsing to unstructured logs, allowing you to search and filter logs even when they don’t follow a consistent format like JSON.
18-
19-
<!-- link to Copilot unstructured logs doc -->
17+
We've introduced a new Log Search parsing mode called Intelliparse. It extends automatic parsing to unstructured logs, allowing you to search and filter logs even when they don’t follow a consistent format like JSON.
2018

2119
## Available parsing modes
2220

2321
You can now choose from three parsing options in the log search UI:
2422

2523
* **Intelliparse (new)**. Combines JSON parsing with automatic parsing of unstructured logs using pre-discovered parsers.
26-
* [**Auto Parse**](/docs/search/get-started-with-search/build-search/dynamic-parsing). JSON blocks within logs are automatically parsed.
24+
* **Auto Parse**. JSON blocks within logs are automatically parsed ([learn more](/docs/search/get-started-with-search/build-search/dynamic-parsing)).
2725
* **Manual**. No automatic parsing applied.
2826

2927
<img src={useBaseUrl('img/search/get-started-search/build-search/log-search-parsing-modes.png')} alt="log-search-parsing-modes.png" style={{border: '1px solid gray'}} width="700"/>
@@ -76,7 +74,6 @@ Copilot uses Intelliparse mode in the background to:
7674

7775
This integration allows Copilot to work with raw, unstructured log data; no setup required on your part.
7876

79-
<!-- When Copilot - Unstructured Logs (Beta) doc has been published, crosslink from there...
80-
Want to learn more about Intelliparse mode? See how it works in Log Search
81-
https://sumologic.atlassian.net/browse/DOCS-752
82-
--->
77+
:::tip
78+
Want to learn more about Intelliparse mode? [See how it works in Log Search](/docs/search/copilot-unstructured-logs).
79+
:::

0 commit comments

Comments
 (0)