diff --git a/docs/manage/scheduled-views/index.md b/docs/manage/scheduled-views/index.md index 61a72d6b21..9c6c7954fc 100644 --- a/docs/manage/scheduled-views/index.md +++ b/docs/manage/scheduled-views/index.md @@ -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?