Skip to content

Commit 46a012f

Browse files
v1.74.0
1 parent 89190a4 commit 46a012f

15 files changed

+140
-55
lines changed

docs/resources/app_monitoring.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,12 @@ resource "dynatrace_app_monitoring" "#name#" {
3535

3636
### Required
3737

38-
- `default_log_level` (String) Possible Values: `Debug`, `Error`, `Info`, `Off`, `Warn`
38+
- `default_log_level` (String) Possible Values: `debug`, `error`, `info`, `off`, `warn`
3939

4040
### Optional
4141

4242
- `app_monitoring` (Block List, Max: 1) You can override the default monitoring setting for each app separately (see [below for nested schema](#nestedblock--app_monitoring))
43+
- `default_trace_level` (String) Possible Values: `off`, `on`
4344

4445
### Read-Only
4546

@@ -58,5 +59,9 @@ Required:
5859
Required:
5960

6061
- `app_id` (String) App ID
61-
- `custom_log_level` (String) Possible Values: `Debug`, `Error`, `Info`, `Off`, `UseDefault`, `Warn`
62+
- `custom_log_level` (String) Possible Values: `debug`, `error`, `info`, `off`, `useDefault`, `warn`
63+
64+
Optional:
65+
66+
- `custom_trace_level` (String) Possible Values: `off`, `on`, `useDefault`
6267

docs/resources/automation_workflow.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -168,14 +168,11 @@ Optional:
168168
<a id="nestedblock--tasks--task--conditions"></a>
169169
### Nested Schema for `tasks.task.conditions`
170170

171-
Required:
172-
173-
- `states` (Map of String) key/value pairs where the `key` is the name of another task and the value the status it needs to be for the current task to get executed. Possible values are `SUCCESS`, `ERROR`, `ANY`, `OK` (Success or Skipped) and `NOK` (Error or Cancelled)
174-
175171
Optional:
176172

177173
- `custom` (String) A custom condition that needs to be met for the current task to get executed
178174
- `else` (String) Possible values are `SKIP` and `STOP`
175+
- `states` (Map of String) key/value pairs where the `key` is the name of another task and the value the status it needs to be for the current task to get executed. Possible values are `SUCCESS`, `ERROR`, `ANY`, `OK` (Success or Skipped) and `NOK` (Error or Cancelled)
179176

180177

181178
<a id="nestedblock--tasks--task--position"></a>

docs/resources/browser_monitor.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,8 +395,12 @@ Optional:
395395
Optional:
396396

397397
- `custom_properties` (String) Additional Javascript Agent Properties
398+
- `fetch_requests` (Boolean) Capture fetch() requests
399+
- `javascript_errors` (Boolean) JavaScript error report
400+
- `timed_actions` (Boolean) Timed action support
398401
- `timeout_settings` (Block List, Max: 1) Custom JavaScript Agent settings (see [below for nested schema](#nestedblock--script--configuration--javascript_setttings--timeout_settings))
399402
- `visually_complete_options` (Block List, Max: 1) Parameters for Visually complete and Speed index calculation (see [below for nested schema](#nestedblock--script--configuration--javascript_setttings--visually_complete_options))
403+
- `xml_http_requests` (Boolean) Capture XMLHttpRequests (XHR)
400404

401405
<a id="nestedblock--script--configuration--javascript_setttings--timeout_settings"></a>
402406
### Nested Schema for `script.configuration.javascript_setttings.timeout_settings`

docs/resources/builtin_process_monitoring.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ resource "dynatrace_builtin_process_monitoring" "#name#" {
9595
- `exe_uipath` (Boolean) Rule id: 70 - Do not monitor processes if EXE name contains 'UiPath'
9696
- `exe_userbinpiper` (Boolean) Rule id: 67 - Do not monitor processes if EXE path equals '/usr/bin/piper'
9797
- `exe_w3wp` (Boolean) Rule id: 4 - Do monitor processes if EXE name equals 'w3wp.exe'
98+
- `exe_yq` (Boolean) Rule id: 72 - Do not monitor processes if EXE name equals 'yq'
9899
- `go_static` (Boolean) Rule id: 47 - Do not monitor processes if Go Binary Linkage equals 'static'
99100
- `host_group_id` (String) The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
100101
- `jar_dtibmmqconnector` (Boolean) Rule id: 60 - Do not monitor processes if JAR file name equals 'dynatrace_ibm_mq_connector.jar'

docs/resources/key_requests.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ The full documentation of the export feature is available [here](https://dt-url.
3131

3232
### Optional
3333

34+
- `key_request_ids` (Map of String) The ids of the key requests
3435
- `names` (Set of String) The names of the key requests
3536

3637
### Read-Only

docs/resources/log_agent_feature_flags.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,20 @@ resource "dynatrace_log_agent_feature_flags" "#name#" {
3636

3737
### Required
3838

39-
- `new_container_log_detector` (Boolean) Enable Log Agent to use new container log detector. Please do not turn it off once enabled. For more details, check our [documentation](https://dt-url.net/jn02ey0).
39+
- `new_container_log_detector` (Boolean) Enable OneAgent to collect all container logs in Kubernetes environments.
40+
This setting enables:
41+
* Detection and collection of logs from short-lived containers and processes in Kubernetes.
42+
* Detection and collection of logs from any processes in containers in Kubernetes. Up until now only processes detected by OneAgent are covered with the Log module.
43+
* Log events decoration according to semantic dictionary.
44+
**Note:** The matcher "Deployment name" in the log sources configuration will be ignored and needs to be replaced with "Workload name", requires **Dynatrace Operator 1.4.1+**.
45+
46+
For more details, check our [documentation](https://dt-url.net/jn02ey0).
4047

4148
### Optional
4249

50+
- `journald_log_detector` (Boolean) Enable OneAgent to collect logs from Journald on Linux systems.
51+
This setting enables:
52+
* Detection and to have logs ingested matching ingest rule is required.
4353
- `scope` (String) The scope of this setting (HOST, KUBERNETES_CLUSTER, HOST_GROUP). Omit this property if you want to cover the whole environment.
4454

4555
### Read-Only

docs/resources/log_sensitive_data_masking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Required:
106106

107107
Required:
108108

109-
- `attribute` (String) Possible Values: `container.name`, `dt.entity.container_group`, `dt.entity.process_group`, `k8s.container.name`, `k8s.deployment.name`, `k8s.namespace.name`, `log.source`, `process.technology` and `host.tag`
109+
- `attribute` (String) Possible Values: `Container_name`, `Dt_entity_container_group`, `Dt_entity_process_group`, `Host_tag`, `Journald_unit`, `K8s_container_name`, `K8s_deployment_name`, `K8s_namespace_name`, `K8s_pod_annotation`, `K8s_pod_label`, `K8s_workload_kind`, `K8s_workload_name`, `Log_source`, `Log_source_origin`, `Process_technology`
110110
- `operator` (String) Possible Values: `MATCHES`
111111
- `values` (Set of String) no documentation available
112112

docs/resources/log_storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Required:
7171

7272
Required:
7373

74-
- `attribute` (String) Possible Values: `Container_name`, `Dt_entity_container_group`, `Dt_entity_process_group`, `Host_tag`, `K8s_container_name`, `K8s_deployment_name`, `K8s_namespace_name`, `Log_content`, `Log_source`, `Loglevel`, `Process_technology`, `Winlog_eventid`, `Winlog_opcode`, `Winlog_provider`, `Winlog_task`
74+
- `attribute` (String) Possible Values: `Container_name`, `Dt_entity_container_group`, `Dt_entity_process_group`, `Host_tag`, `Journald_unit`, `K8s_container_name`, `K8s_deployment_name`, `K8s_namespace_name`, `K8s_pod_annotation`, `K8s_pod_label`, `K8s_workload_kind`, `K8s_workload_name`, `Log_content`, `Log_source`, `Log_source_origin`, `Loglevel`, `Process_technology`, `Winlog_eventid`, `Winlog_keywords`, `Winlog_opcode`, `Winlog_provider`, `Winlog_task`, `Winlog_username`
7575
- `operator` (String) Possible Values: `MATCHES`
7676
- `values` (Set of String) no documentation available
7777

docs/resources/log_timestamp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Required:
8383

8484
Required:
8585

86-
- `attribute` (String) Possible Values: `Container_name`, `Dt_entity_container_group`, `Dt_entity_process_group`, `K8s_container_name`, `K8s_deployment_name`, `K8s_namespace_name`, `Log_source`, `Process_technology`
86+
- `attribute` (String) Possible Values: `Container_name`, `Dt_entity_container_group`, `Dt_entity_process_group`, `Host_tag`, `Journald_unit`, `K8s_container_name`, `K8s_deployment_name`, `K8s_namespace_name`, `K8s_pod_annotation`, `K8s_pod_label`, `K8s_workload_kind`, `K8s_workload_name`, `Log_source`, `Log_source_origin`, `Process_technology`
8787
- `operator` (String) Possible Values: `MATCHES`
8888
- `values` (Set of String) no documentation available
8989

Lines changed: 3 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,7 @@
11
---
22
layout: ""
33
page_title: dynatrace_oneagent_default_version Resource - terraform-provider-dynatrace"
4-
subcategory: "Environment Settings"
4+
subcategory: "Deprecated"
55
description: |-
6-
The resource `dynatrace_oneagent_default_version` covers configuration for OneAgent default version
7-
---
8-
9-
# dynatrace_oneagent_default_version (Resource)
10-
11-
-> This resource requires the API token scopes **Read settings** (`settings.read`) and **Write settings** (`settings.write`)
12-
13-
## Dynatrace Documentation
14-
15-
- OneAgent update - https://www.dynatrace.com/support/help/setup-and-configuration/dynatrace-oneagent/oneagent-update
16-
17-
- Settings API - https://www.dynatrace.com/support/help/dynatrace-api/environment-api/settings (schemaId: `builtin:deployment.oneagent.default-version`)
18-
19-
## Export Example Usage
20-
21-
- `terraform-provider-dynatrace -export dynatrace_oneagent_default_version` downloads existing OneAgent default version configuration
22-
23-
The full documentation of the export feature is available [here](https://dt-url.net/h203qmc).
24-
25-
## Resource Example Usage
26-
27-
```terraform
28-
resource "dynatrace_oneagent_default_version" "#name#" {
29-
default_version = "latest"
30-
}
31-
```
32-
33-
<!-- schema generated by tfplugindocs -->
34-
## Schema
35-
36-
### Required
37-
38-
- `default_version` (String) Default version
39-
40-
### Optional
41-
42-
- `revision` (String) Revision
43-
44-
### Read-Only
45-
46-
- `id` (String) The ID of this resource.
47-
6+
The resource `dynatrace_oneagent_default_version` just exists for backwards compatibility. The settings it addresses are no longer configurable. The resource `dynatrace_oneagent_updates` covers this functionality now.
7+
---

0 commit comments

Comments
 (0)