diff --git a/docs/manage/scheduled-views/pausing-inactive-scheduled-views.md b/docs/manage/scheduled-views/pausing-inactive-scheduled-views.md new file mode 100644 index 0000000000..0c8f3f8761 --- /dev/null +++ b/docs/manage/scheduled-views/pausing-inactive-scheduled-views.md @@ -0,0 +1,62 @@ +--- +id: pausing-inactive-scheduled-views +title: Pausing Unused Scheduled Views +description: Lean about the autopausing of scheduled views after 90 days of inactivity. +--- +import useBaseUrl from '@docusaurus/useBaseUrl'; + +
+ + + +Scheduled Views accelerate searches on small and historical subsets of your data by functioning as a pre-aggregated or pre-compute index. + +Starting **October 15, 2025**, Scheduled Views that have not been queried or referred for **90** consecutive days will be flagged for review. This helps with optimizing the system performance and resource usage. + +In-app warning and email notifications will be sent to Scheduled View owners and all active account administrators with the list of Scheduled Views that are flagged. These notifications will be sent 21 days and 7 days prior to the date of pausing. + +If no action is taken, the Scheduled Views will be automatically paused on the 90th day and a final notification will be sent. To avoid pausing, make sure your Scheduled Views are regularly queried. + +## View AutoPause details + +1. [**New UI**](/docs/get-started/sumo-logic-ui). In the main Sumo Logic menu select **Data Management**, and then under **Logs** select **Scheduled Views**. You can also click the **Go To...** menu at the top of the screen and select **Scheduled Views**.
+
+## View Scheduled Views to be AutoPaused in 7 days
+
+Follow the below steps to view the Scheduled Views that is scheduled to be paused in next 7 days:
+
+1. [**New UI**](/docs/get-started/sumo-logic-ui). In the main Sumo Logic menu select **Data Management**, and then under **Logs** select **Scheduled Views**. You can also click the **Go To...** menu at the top of the screen and select **Scheduled Views**.
+
+## Disable the AutoPause
+
+Autopause will be auto enabled for all the Scheduled Views created. Follow the below steps to disable the Scheduled Views autopause:
+
+1. [**New UI**](/docs/get-started/sumo-logic-ui). In the main Sumo Logic menu select **Data Management**, and then under **Logs** select **Scheduled Views**. You can also click the **Go To...** menu at the top of the screen and select **Scheduled Views**.
+
+## Re-start the Scheduled View
+
+If a Scheduled View is still needed but has been paused, you can manually re-enable at any time by following the below steps:
+
+1. [**New UI**](/docs/get-started/sumo-logic-ui). In the main Sumo Logic menu select **Data Management**, and then under **Logs** select **Scheduled Views**. You can also click the **Go To...** menu at the top of the screen and select **Scheduled Views**.
+
diff --git a/static/img/scheduled-views/AutoPause-Details.png b/static/img/scheduled-views/AutoPause-Details.png
new file mode 100644
index 0000000000..cef91a2080
Binary files /dev/null and b/static/img/scheduled-views/AutoPause-Details.png differ
diff --git a/static/img/scheduled-views/Enable-AutoPause.png b/static/img/scheduled-views/Enable-AutoPause.png
new file mode 100644
index 0000000000..764f5265e6
Binary files /dev/null and b/static/img/scheduled-views/Enable-AutoPause.png differ
diff --git a/static/img/scheduled-views/Restart-SV.png b/static/img/scheduled-views/Restart-SV.png
new file mode 100644
index 0000000000..7408840550
Binary files /dev/null and b/static/img/scheduled-views/Restart-SV.png differ
diff --git a/static/img/scheduled-views/Scheduled-Filter.png b/static/img/scheduled-views/Scheduled-Filter.png
new file mode 100644
index 0000000000..cb048bddf9
Binary files /dev/null and b/static/img/scheduled-views/Scheduled-Filter.png differ