Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/manage/scheduled-views/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ Scheduled Views speed the search process for small and historical subsets of you
* You can use Scheduled Views in Scheduled Searches, Dashboards, and ad hoc searches. Your Dashboards can include a large quantity of data without sacrificing performance. 
* Scheduled Views are assigned to the **InternalCollector** index.
* Account Admins and users whose role grants the "Manage Scheduled Views" [role capability](../users-roles/roles/role-capabilities.md) can set up Scheduled Views, but anyone in an organization can run searches against them. Other users' data access to a Scheduled View is governed by the search filters associated with their roles; they will only be able to see data to which their roles allow them access. For more information, see [Construct a Search Filter for a Role](../users-roles/roles/construct-search-filter-for-role.md).
* `SkipFERBilling` (Enrichment billing) only applies to the partition views, not to other view types.
* For the Flex model, both aggregated and non-aggregated scheduled views do not incur data-ingestion charges. However, storage and query charges still apply. Storage usage for these views is always displayed as 0 bytes, regardless of the actual data size.
* For the tier model, scheduled views are only supported in the Continuous tier.
- Aggregated scheduled views do not incur charges for storage, ingestion, or querying the scheduled view, and will always show 0 bytes storage regardless of the actual data size, though queries used to maintain the Scheduled View may still be charged.
- Non-aggregated scheduled views do not incur charges for querying. However, ingestion and storage charges will apply. Storage usage for these views is always displayed as 0 bytes, regardless of the actual data size.

## How could my organization use Scheduled Views?

Expand Down