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
-`index_id` - (Required) The _id_ of the Partition or Scheduled View the rule applies to.
58
+
-`index_id` - (Required) The *id* of the Partition or*index_id* of the Scheduled View the rule applies to.
27
59
-`destination_id` - (Required) The data forwarding destination id.
28
-
-`enabled` - (Required) True when the data forwarding rule is enabled.
29
-
-`file_format` - (Optional) Specify the path prefix to a directory in the S3 bucket and how to format the file name.
60
+
-`enabled` - (Optional) True when the data forwarding rule is enabled. Will be treated as _false_ if left blank.
61
+
-`file_format` - (Optional) Specify the path prefix to a directory in the S3 bucket and how to format the file name. For possible values, kindly refer the point 6 in the [documentation](https://help.sumologic.com/docs/manage/data-forwarding/amazon-s3-bucket/#forward-datato-s3).
30
62
-`payload_schema` - (Optional) Schema for the payload. Default value of the payload schema is _allFields_ for scheduled view, and _builtInFields_ for partition.
31
63
_raw_ payloadSchema should be used in conjunction with _text_ format and vice versa.
32
64
-`format` - (Optional) Format of the payload. Default format will be _csv_.
33
65
_text_ format should be used in conjunction with _raw_ payloadSchema and vice versa.
Copy file name to clipboardExpand all lines: website/docs/r/scheduled_view.html.markdown
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ QUERY
23
23
retention_period = 365
24
24
lifecycle {
25
25
prevent_destroy = true
26
+
ignore_changes = [index_id]
26
27
}
27
28
}
28
29
```
@@ -44,6 +45,7 @@ The following arguments are supported:
44
45
The following attributes are exported:
45
46
46
47
-`id` - The internal ID of the scheduled view.
48
+
-`index_id` - The Index ID of the scheduled view. It remains unchanged during resource updates, and any manual modifications will be disregarded. While it’s not mandatory, we recommend to ignore this via `ignore_changes = [index_id]`.
47
49
48
50
## Import
49
51
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