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
-`name` - (Required, Forces new resource) The name of the partition.
26
29
-`routing_expression` - (Required) The query that defines the data to be included in the partition.
27
-
-`analytics_tier` - (Required) The Cloud Flex analytics tier for your data; only relevant if your account has basic analytics enabled. Possible values are: `enhanced`, `basic`, `cold`, `continuous`, `frequent`, `infrequent`
30
+
-`analytics_tier` - (Required) The Cloud Flex analytics tier for your data; only relevant if your account has basic analytics enabled. Possible values are: `continuous`, `frequent`, `infrequent`
28
31
-`retention_period` - (Optional) The number of days to retain data in the partition, or -1 to use the default value for your account. Only relevant if your account has variable retention enabled.
29
-
-`is_compliant` - (Required) Whether the partition is compliant or not. Mark a partition as compliant if it contains data used for compliance or audit purpose. Retention for a compliant partition can only be increased and cannot be reduced after the partition is marked compliant. A partition once marked compliant, cannot be marked non-compliant later.
30
-
-`data_forwarding_id` - (Optional) An optional ID of a data forwarding configuration to be used by the partition.
32
+
-`is_compliant` - (Optional) Whether the partition is compliant or not. Mark a partition as compliant if it contains data used for compliance or audit purpose. Retention for a compliant partition can only be increased and cannot be reduced after the partition is marked compliant. A partition once marked compliant, cannot be marked non-compliant later.
33
+
-`reduce_retention_period_immediately` - (Optional) This is required on update if the newly specified retention period is less than the existing retention period. In such a situation, a value of true says that data between the existing retention period and the new retention period should be deleted immediately; if false, such data will be deleted after seven days. This property is optional and ignored if the specified retentionPeriod is greater than or equal to the current retention period.
-`index_name` - (Required) Name of the index (scheduled view).
32
-
-`query` - (Required) Log query defining the scheduled view. This value cannot be updated.
33
-
-`start_time` - (Required) Starting date/time for log indexing.
34
-
-`retention_period` - (Optional) Number of days to keep the scheduled view data for.
35
-
-`data_forwarding_id` - (Optional) ID of a data forwarding configuration to be used by the scheduled view.
34
+
Note: For attributes that force a new resource, if the value is updated, it will destroy the resource and recreate it which may incur significant costs. We advise customers to set the `lifecycle` attribute `prevent_destroy` to `true` to avoid accidentally destroying and recreating expensive resources.
35
+
36
+
-`index_name` - (Required, Forces new resource) Name of the index (scheduled view).
37
+
-`query` - (Required, Forces new resource) Log query defining the scheduled view.
38
+
-`start_time` - (Required, Forces new resource) Start timestamp in UTC in RFC3339 format.
39
+
-`retention_period` - (Optional) The number of days to retain data in the scheduled view, or -1 to use the default value for your account. Only relevant if your account has multi-retention. enabled.
40
+
-`data_forwarding_id` - (Optional) An optional ID of a data forwarding configuration to be used by the scheduled view.
41
+
-`parsing_mode` - (Optional, Forces new resource) Default to `Manual`. Define the parsing mode to scan the JSON format log messages. Possible values are: `AutoParse` - In AutoParse mode, the system automatically figures out fields to parse based on the search query. `Manual` - While in the Manual mode, no fields are parsed out automatically. For more information see Dynamic Parsing.
42
+
-`reduce_retention_period_immediately` - (Optional) This is required on update if the newly specified retention period is less than the existing retention period. In such a situation, a value of true says that data between the existing retention period and the new retention period should be deleted immediately; if false, such data will be deleted after seven days. This property is optional and ignored if the specified retentionPeriod is greater than or equal to the current retention period.
0 commit comments