Skip to content
Merged
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
1 change: 1 addition & 0 deletions docs/manage/scheduled-views/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Scheduled Views speed the search process for small and historical subsets of you
* Scheduled View queries run once per minute.
* Queries that run against Scheduled Views return search results much faster because the data is pre-aggregated before the query is run. 
* Creating a Scheduled View for a query can vastly reduce the amount of data scanned at search time.
* Scheduled view maintenance (that is, data ingested to scheduled view) query runs in the context of the user that has created the scheduled view. If the user who created the scheduled view doesn't have access to the underlying data, because of Role-Based Access Control (RBAC) or role filter restrictions, the scheduled view will not reflect that data.
* Scheduled View once created cannot be edited/updated.
* Scheduled Views can include historical data from as far back as the beginning of your retention period (say, 60 days or 90 days). Because historical data is included, Scheduled Views can help uncover long-term trends.
* 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. 
Expand Down
Loading