You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/r/scheduled_view.html.markdown
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ QUERY
29
29
The following arguments are supported:
30
30
31
31
-`index_name` - (Required) Name of the index (scheduled view).
32
-
-`query` - (Required) Log query defining the scheduled view.
32
+
-`query` - (Required) Log query defining the scheduled view. This value cannot be updated.
33
33
-`start_time` - (Required) Starting date/time for log indexing.
34
34
-`retention_period` - (Optional) Number of days to keep the scheduled view data for.
35
35
-`data_forwarding_id` - (Optional) ID of a data forwarding configuration to be used by the scheduled view.
@@ -38,4 +38,12 @@ The following attributes are exported:
38
38
39
39
-`id` - The internal ID of the scheduled view.
40
40
41
+
## Import
42
+
Scheduled Views can can be imported using the id. The list of scheduled views and their ids can be obtained using the Sumologic [scheduled views api][2].
0 commit comments