Skip to content

Commit 32f1d6b

Browse files
authored
Copilot billing/search behavior (#5318)
1 parent 418f6b8 commit 32f1d6b

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

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)