Skip to content

Commit d3e3b06

Browse files
Merge branch 'main' into CSOAR-3221
2 parents c18520b + a120d43 commit d3e3b06

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

cid-redirects.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1427,6 +1427,7 @@
14271427
"/APIs/About-the-Search-Job-API": "/docs/api/search-job",
14281428
"/APIs/Search-Job-API/Search-Job-API-Overview": "/docs/api/search-job",
14291429
"/APIs/Search-Job-API/About-the-Search-Job-API": "/docs/api/search-job",
1430+
"/docs/api/search/search-job-api": "/docs/api/search-job",
14301431
"/APIs/Service_Allowlist_Management_API": "/docs/api/service-allowlist",
14311432
"/APIs/Tokens_Management_API": "/docs/api/token-management",
14321433
"/APIs/Tracing_APIs": "/docs/api/tracing",
@@ -1441,6 +1442,7 @@
14411442
"/APIs/Troubleshooting-APIs/Receiving-500-errors-when-using-the-Search-Job-API": "/docs/api/troubleshooting",
14421443
"/APIs/Troubleshooting-APIs/Search-Job-API-Results-into-formatted-JSON-file": "/docs/api/troubleshooting",
14431444
"/APIs/User-Management-API": "/docs/api/user-management",
1445+
"/Archive": "/docs/release-notes",
14441446
"/Archive/Collector_Release_Notes_Archive": "/release-notes-collector",
14451447
"/docs/api/collectors": "/docs/api/collector-management",
14461448
"/docs/api/fields": "/docs/api/field-management",
@@ -3538,6 +3540,7 @@
35383540
"/Other_Solutions/Work_from_Home_Solution": "/docs/observability/work-from-home-vpn",
35393541
"/Other_Solutions/Work_from_Home_Solution/VPN_Monitoring_Resources_and_Tips": "/docs/observability/work-from-home-vpn",
35403542
"/Other_Solutions/Software_Development_Optimization_Solution": "/docs/observability/sdo",
3543+
"/Release_Archive": "/docs/release-notes",
35413544
"/Release_Archive/Collector_Release_Notes_Archive": "/release-notes-collector",
35423545
"/Release_Archive/Quick-Start-Tutorial(deprecated)": "/docs/get-started",
35433546
"/Release_Archive/Quick-Start-Tutorial(deprecated)/01_Sumo_Logic_Quick_Start_Tutorial": "/",
@@ -4310,6 +4313,7 @@
43104313
"/docs/manage/partitions-data-tiers/manage-indexes-variable-retention": "/docs/manage/partitions/manage-indexes-variable-retention",
43114314
"/docs/manage/partitions-data-tiers/decommission-partition": "/docs/manage/partitions/decommission-partition",
43124315
"/docs/manage/partitions-data-tiers/data-tiers": "/docs/manage/partitions/data-tiers",
4316+
"/docs/manage/partitions/data-tier": "/docs/manage/partitions/data-tiers",
43134317
"/docs/manage/partitions/data-tier/view-partition-details": "/docs/manage/partitions/data-tiers/view-partition-details",
43144318
"/docs/manage/partitions/data-tier/data-tiers-faqs": "/docs/manage/partitions/data-tiers/faq",
43154319
"/docs/manage/partitions-data-tiers/data-tiers-faqs": "/docs/manage/partitions/data-tiers/faq",

docs/search/copilot.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,24 @@ To summarize, you conclude there is malicious activity originating from certain
315315

316316
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.
317317

318+
## Search behavior and data tier access
319+
320+
Copilot follows the same search behavior as standard log search and respects your account’s data configuration, whether you're on classic tiered pricing or Flex pricing.
321+
322+
### Flex pricing
323+
324+
For customers on [Flex pricing](/docs/manage/partitions/flex), all data is stored in a single intelligent layer and pricing is based on the volume of data scanned.
325+
326+
### Tiered pricing (legacy)
327+
328+
If you're on [classic tiered pricing](/docs/manage/partitions/data-tiers/searching-data-tiers/), Copilot by default searches across continuous data tiers only, unless otherwise specified.
329+
330+
To direct Copilot to search the Infrequent tier, for example, use:
331+
332+
```sql
333+
_dataTier=Infrequent
334+
```
335+
318336
## FAQ
319337

320338
<details>
@@ -421,4 +439,4 @@ You can also leave feedback on specific errors.
421439
* [Designing Sumo Logic Mo Copilot for success](https://www.sumologic.com/blog/designing-mo-copilot-success/)
422440
* [Differentiating Sumo Logic Mo Copilot using Amazon Bedrock](https://www.sumologic.com/blog/copilot-amazon-bedrock/)
423441
* Brief: [Sumo Logic's Mo Copilot speeds up response](https://www.sumologic.com/brief/sumo-logics-mo-copilot-speeds-up-response/)
424-
* Webinar: [Revolutionizing Incident Management with AI: Meet Mo Copilot](https://www.sumologic.com/webinar/revolutionizing-incident-management-with-ai-meet-mo-copilot/)
442+
* Webinar: [Revolutionizing Incident Management with AI: Meet Mo Copilot](https://www.sumologic.com/webinar/revolutionizing-incident-management-with-ai-meet-mo-copilot/)

0 commit comments

Comments
 (0)