From 19579557d775f8f2f6b1bba78c2bf1b800165c90 Mon Sep 17 00:00:00 2001 From: Jagadisha V <129049263+JV0812@users.noreply.github.com> Date: Fri, 30 Jan 2026 12:47:24 +0530 Subject: [PATCH 1/3] Update index.md with Aggregated Scheduled Views details Added information about storage charges for Aggregated Scheduled Views. --- docs/manage/scheduled-views/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/manage/scheduled-views/index.md b/docs/manage/scheduled-views/index.md index 61a72d6b21..1b80ecfe29 100644 --- a/docs/manage/scheduled-views/index.md +++ b/docs/manage/scheduled-views/index.md @@ -17,6 +17,7 @@ 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). +* Aggregated Scheduled Views do not incur charges for storage, ingestion, or querying the SV, and will always show 0 bytes storage regardless of the actual data size, though queries used to maintain the SV may still be charged. ## How could my organization use Scheduled Views? From b530d7f4cab18aaeb4c0ee69639729774985ff5b Mon Sep 17 00:00:00 2001 From: Jagadisha V <129049263+JV0812@users.noreply.github.com> Date: Mon, 2 Feb 2026 12:00:05 +0530 Subject: [PATCH 2/3] Apply suggestion from @jpipkin1 Co-authored-by: John Pipkin (Sumo Logic) --- docs/manage/scheduled-views/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manage/scheduled-views/index.md b/docs/manage/scheduled-views/index.md index 1b80ecfe29..bf9e9a33b3 100644 --- a/docs/manage/scheduled-views/index.md +++ b/docs/manage/scheduled-views/index.md @@ -17,7 +17,7 @@ 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). -* Aggregated Scheduled Views do not incur charges for storage, ingestion, or querying the SV, and will always show 0 bytes storage regardless of the actual data size, though queries used to maintain the SV may still be charged. +* 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. ## How could my organization use Scheduled Views? From 5cb49facc8074905bfe00fbdb14c722ba007387f Mon Sep 17 00:00:00 2001 From: Jagadisha V <129049263+JV0812@users.noreply.github.com> Date: Wed, 11 Feb 2026 17:39:20 +0530 Subject: [PATCH 3/3] Update billing information for scheduled views Clarified billing details for scheduled views in Flex and tier models, and updated information on aggregated and non-aggregated scheduled views. --- docs/manage/scheduled-views/index.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/manage/scheduled-views/index.md b/docs/manage/scheduled-views/index.md index bf9e9a33b3..9c6c7954fc 100644 --- a/docs/manage/scheduled-views/index.md +++ b/docs/manage/scheduled-views/index.md @@ -17,7 +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). -* 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. +* `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?