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
-`cloud_foundry` (Block List, Min: 1, Max: 1) Enable this setting to get
63
63
* Processes of Cloud Foundry application instances merged into process groups by Cloud Foundry application.
64
64
* Container resource metrics (Container group instance entities) and [related screens](https://www.dynatrace.com/support/help/shortlink/container-groups). (see [below for nested schema](#nestedblock--cloud_foundry))
65
-
-`docker` (Block List, Min: 1, Max: 1) Enable this setting for plain Docker environments to get
66
-
* Container resource metrics (Container group instance entities) and [related screens](https://www.dynatrace.com/support/help/shortlink/container-groups). (see [below for nested schema](#nestedblock--docker))
65
+
-`docker` (Block List, Min: 1, Max: 1) Enable this setting for plain Docker and Podman environments to get
66
+
* Container resource metrics (Container group instance entities) and [related screens](https://www.dynatrace.com/support/help/shortlink/container-groups).
67
+
* Docker support requires OneAgent 1.257+.
68
+
* Podman support requires OneAgent 1.267+. (see [below for nested schema](#nestedblock--docker))
67
69
-`kubernetes` (Block List, Min: 1, Max: 1) Enable this setting to get
68
70
* Insights into your Kubernetes namespaces, workloads and pods (cloud application namespace, cloud application and cloud application instance and entities).
69
71
* Container resource metrics (container group instance entities) and [related screens](https://www.dynatrace.com/support/help/shortlink/container-groups).
70
72
* Similar workloads merged into process groups based on defined rules (see below).
71
73
* Version detection for services that run in Kubernetes workloads. (see [below for nested schema](#nestedblock--kubernetes))
72
74
75
+
### Optional
76
+
77
+
-`serverless` (Block List, Max: 1) Enable this setting to
78
+
* Detect containers based on captured cloud-vendor metadata such as e.g. AWS ECS / Fargate, Azure Container Apps, [and many more](https://dt-url.net/2m02q7b).
79
+
* Container resource metrics (Container group instance entities) and [related screens](https://www.dynatrace.com/support/help/shortlink/container-groups). (see [below for nested schema](#nestedblock--serverless))
80
+
73
81
### Read-Only
74
82
75
83
-`id` (String) The ID of this resource.
@@ -141,4 +149,15 @@ Required:
141
149
Optional:
142
150
143
151
-`namespace` (String) Namespace name
152
+
153
+
154
+
155
+
156
+
157
+
<aid="nestedblock--serverless"></a>
158
+
### Nested Schema for `serverless`
159
+
160
+
Required:
161
+
162
+
-`enabled` (Boolean) This setting is enabled (`true`) or disabled (`false`)
-`date_search_limit` (Number) (v1.275) Defines the number of characters in every log line (starting from the first character in the line) where the timestamp is searched.
56
+
-`date_search_limit` (Number) Defines the number of characters in every log line (starting from the first character in the line) where the timestamp is searched.
57
+
-`entry_boundary` (Block List, Max: 1) Optional field. Enter a fragment of the line text that starts the entry. No support for wildcards - the text is treated literally. (see [below for nested schema](#nestedblock--entry_boundary))
57
58
-`insert_after` (String) Because this resource allows for ordering you may specify the ID of the resource instance that comes before this instance regarding order. If not specified when creating the setting will be added to the end of the list. If not specified during update the order will remain untouched
58
59
-`matchers` (Block List, Max: 1) no documentation available (see [below for nested schema](#nestedblock--matchers))
59
60
-`scope` (String) The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
Copy file name to clipboardExpand all lines: docs/resources/platform_bucket.md
+9
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,15 @@ provider "dynatrace" {
39
39
```
40
40
-> In order to handle credentials in a secure manner we recommend to use the environment variables `DYNATRACE_AUTOMATION_CLIENT_ID` and `DYNATRACE_AUTOMATION_CLIENT_SECRET` as an alternative.
41
41
42
+
## Environment Variables (Optional)
43
+
44
+
There may be a delay for this resource to be fully available as a dependency for a subsequent resource. E.g. Utilizing this resource and `dynatrace_log_buckets` together.
45
+
46
+
A default polling mechanism exists to validate the creation but may require tweaking due to load. The following environment variables can be used to fine tune these settings.
47
+
48
+
-`DT_BUCKETS_RETRIES` (Default: 180, Max: 360) configures the maximum attempts to confirm that the operation (create, update or delete) has succeeded and was completed on the server side. There is a two second delay between consecutive attempts, therefore the check completes with at most 720 seconds with the maximum setting.
49
+
-`DT_BUCKETS_NUM_SUCCESSES` (Default: 10, Max: 50) configures the number of successful consecutive retries expected, this applies to creating the resource only.
0 commit comments