Skip to content

Commit 62c95ca

Browse files
JV0812jpipkin1
andauthored
Pausing SV - Customer communication (#5827)
* Pausing SV - Customer communication * Update docs/manage/scheduled-views/pausing-inactive-scheduled-views.md Co-authored-by: John Pipkin (Sumo Logic) <[email protected]> * Update docs/manage/scheduled-views/pausing-inactive-scheduled-views.md Co-authored-by: John Pipkin (Sumo Logic) <[email protected]> * Update docs/manage/scheduled-views/pausing-inactive-scheduled-views.md Co-authored-by: John Pipkin (Sumo Logic) <[email protected]> * Update docs/manage/scheduled-views/pausing-inactive-scheduled-views.md Co-authored-by: John Pipkin (Sumo Logic) <[email protected]> * Update pausing-inactive-scheduled-views.md --------- Co-authored-by: John Pipkin (Sumo Logic) <[email protected]>
1 parent 9b024a0 commit 62c95ca

File tree

5 files changed

+62
-0
lines changed

5 files changed

+62
-0
lines changed
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
---
2+
id: pausing-inactive-scheduled-views
3+
title: Pausing Unused Scheduled Views
4+
description: Lean about the autopausing of scheduled views after 90 days of inactivity.
5+
---
6+
import useBaseUrl from '@docusaurus/useBaseUrl';
7+
8+
<head>
9+
<meta name="robots" content="noindex" />
10+
</head>
11+
12+
Scheduled Views accelerate searches on small and historical subsets of your data by functioning as a pre-aggregated or pre-compute index.
13+
14+
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.
15+
16+
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.
17+
18+
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.
19+
20+
## View AutoPause details
21+
22+
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**.<br/> [**Classic UI**](/docs/get-started/sumo-logic-ui-classic). In the main Sumo Logic menu, select **Manage Data > Logs > Scheduled Views**.
23+
1. Navigate and open the required Scheduled View.
24+
1. The Scheduled Views details are displayed on the right side of the page.
25+
1. Scroll down to view the timeline details.
26+
1. **Last Accessed**. Displays the timestamp of when the Scheduled View was last accessed.
27+
1. **AutoPause Status**. Indicates whether Auto-Pause is currently enabled or disabled for the Scheduled View. This will be enabled by default. To disable, refer to [Disable the AutoPause](#disable-the-autopause).
28+
1. **Scheduled AutoPause Date**. Displays when the selected Scheduled View is scheduled to be auto-paused.
29+
30+
<img src={useBaseUrl('/img/scheduled-views/AutoPause-Details.png')} alt="scheduled-view-autopause-details" style={{border:'1px solid gray'}} width="400"/>
31+
32+
## View Scheduled Views to be AutoPaused in 7 days
33+
34+
Follow the below steps to view the Scheduled Views that is scheduled to be paused in next 7 days:
35+
36+
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**.<br/> [**Classic UI**](/docs/get-started/sumo-logic-ui-classic). In the main Sumo Logic menu, select **Manage Data > Logs > Scheduled Views**.
37+
1. To refine the table with Scheduled Views that are scheduled to be paused in the next 7 days, use the **Add a filter** section located above the table and select **Views to be AutoPaused in 7 days** from the dropdown.
38+
39+
<img src={useBaseUrl('/img/scheduled-views/Scheduled-Filter.png')} alt="scheduled-view-page-filter" style={{border:'1px solid gray'}} width="800"/>
40+
41+
## Disable the AutoPause
42+
43+
Autopause will be auto enabled for all the Scheduled Views created. Follow the below steps to disable the Scheduled Views autopause:
44+
45+
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**.<br/> [**Classic UI**](/docs/get-started/sumo-logic-ui-classic). In the main Sumo Logic menu, select **Manage Data > Logs > Scheduled Views**.
46+
1. Navigate and open the required Scheduled View.
47+
1. The Scheduled Views details are displayed on the right side of the page.
48+
1. Click **Edit** to open the pane for editing.
49+
1. Scroll down and uncheck the **Enable AutoPause** checkbox.
50+
51+
<img src={useBaseUrl('/img/scheduled-views/Enable-AutoPause.png')} alt="enable-autopause-scheduled-view" style={{border:'1px solid gray'}} width="400"/>
52+
53+
## Re-start the Scheduled View
54+
55+
If a Scheduled View is still needed but has been paused, you can manually re-enable at any time by following the below steps:
56+
57+
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**.<br/> [**Classic UI**](/docs/get-started/sumo-logic-ui-classic). In the main Sumo Logic menu, select **Manage Data > Logs > Scheduled Views**.
58+
1. To refine the table with Scheduled View paused results, use the **Add a filter** section located above the table and select **Status:Paused** from the dropdown.
59+
1. Click on the required Scheduled View and click **Start** button to resume.
60+
61+
<img src={useBaseUrl('/img/scheduled-views/Restart-SV.png')} alt="restart-scheduled-view-page" style={{border:'1px solid gray'}} width="400"/>
62+
103 KB
Loading
118 KB
Loading
39.8 KB
Loading
59.2 KB
Loading

0 commit comments

Comments
 (0)