Skip to content

Commit 4f9587c

Browse files
committed
doc: Update documentation ready for release
1 parent 1dc2004 commit 4f9587c

File tree

53 files changed

+63460
-3927
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+63460
-3927
lines changed

docs/resources/autotag_rules.md

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

8585
- `attribute_rule` (Block List, Max: 1) no documentation available (see [below for nested schema](#nestedblock--rules--rule--attribute_rule))
86-
- `entity_selector` (String) The documentation of the entity selector can be found [here](https://dt-url.net/apientityselector).
86+
- `entity_selector` (String) Learn more about the [Entity selector](https://dt-url.net/apientityselector).
8787
- `value_format` (String) Optional tag value
8888

8989
<a id="nestedblock--rules--rule--attribute_rule"></a>

docs/resources/autotag_v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Required:
119119
Optional:
120120

121121
- `attribute_rule` (Block List, Max: 1) no documentation available (see [below for nested schema](#nestedblock--rules--rule--attribute_rule))
122-
- `entity_selector` (String) The documentation of the entity selector can be found [here](https://dt-url.net/apientityselector).
122+
- `entity_selector` (String) Learn more about the [Entity selector](https://dt-url.net/apientityselector).
123123
- `value_format` (String) Optional tag value
124124

125125
<a id="nestedblock--rules--rule--attribute_rule"></a>

docs/resources/browser_monitor_performance.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,10 @@ Required:
6969

7070
- `event` (String) Synthetic event
7171
- `threshold` (Number) Threshold (in seconds)
72+
73+
Optional:
74+
75+
- `dealerting_samples` (Number) Number of most recent non-violating executions that closes the problem
76+
- `samples` (Number) Number of executions in analyzed sliding window (sliding window size)
77+
- `violating_samples` (Number) Number of violating executions in analyzed sliding window
7278

docs/resources/davis_copilot.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,13 @@ resource "dynatrace_davis_copilot" "#name#" {
4444

4545
### Required
4646

47-
- `enable_copilot` (Boolean) Please note that once enabled, you still need to [assign permissions](https://dt-url.net/rh22idn "Davis CoPilot permissions") to the relevant user groups.
47+
- `enable_copilot` (Boolean) Please note that once enabled, you still need to [assign permissions](https://dt-url.net/rh22idn "Dynatrace Generative AI permissions") to the relevant user groups.
4848

4949
### Optional
5050

51-
- `blocklist_entries` (Block List, Max: 1) You can exclude specific data buckets and tables from the Davis CoPilot semantic index. Learn more about [configuring data access](https://dt-url.net/lc62i1q "Davis CoPilot data access"). (see [below for nested schema](#nestedblock--blocklist_entries))
52-
- `enable_tenant_aware_data_mining` (Boolean) You can enrich Davis CoPilot with your environment data. This lets you generate more accurate queries that identify and reference relevant entities, events, spans, logs, and metrics from your environment. Once enabled, Davis CoPilot periodically scans your Grail data to create its own semantic index. Please note, it can take up to 24 hours to reflect changes. Learn more about [environment-aware queries](https://dt-url.net/4g42iu7 "Davis CoPilot environment aware queries").
51+
- `blocklist_entries` (Block List, Max: 1) You can exclude specific data buckets and tables from the semantic index. Learn more about [configuring data access](https://dt-url.net/lc62i1q "Dynatrace Generative AI data access"). (see [below for nested schema](#nestedblock--blocklist_entries))
52+
- `enable_document_suggestion` (Boolean) By enabling document suggestions, Dynatrace AI can find similarities between Problems and existing Notebooks and Dashboards in order to suggest relevant troubleshooting guides. Learn more about [document suggestions](https://dt-url.net/xy02gpo "Dynatrace AI document suggestions").
53+
- `enable_tenant_aware_data_mining` (Boolean) You can enrich Dynatrace Generative AI with your environment data. This lets you generate more accurate queries that identify and reference relevant entities, events, spans, logs, and metrics from your environment. Once enabled, Dynatrace AI periodically scans your Grail data to create its own semantic index. Please note, it can take up to 24 hours to reflect changes. Learn more about [environment-aware queries](https://dt-url.net/4g42iu7 "Dynatrace Generative AI environment aware queries").
5354

5455
### Read-Only
5556

docs/resources/disk_edge_anomaly_detectors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ resource "dynatrace_disk_edge_anomaly_detectors" "#name#" {
7272

7373
- `alerts` (Block List, Max: 1) Alerts (see [below for nested schema](#nestedblock--alerts))
7474
- `disk_name_filters` (Set of String) Disk will be included in this policy if **any** of the filters match
75-
- `event_properties` (Block List, Max: 1) Set of additional key-value properties to be attached to the triggered event. (see [below for nested schema](#nestedblock--event_properties))
75+
- `event_properties` (Block List, Max: 1) Set of additional key-value properties to be attached to the triggered event. You can retrieve the available property keys using the [Events API v2](https://dt-url.net/9622g1w). Additionally any Host resource attribute can be dynamically substituted (agent 1.325+) (see [below for nested schema](#nestedblock--event_properties))
7676
- `host_metadata_conditions` (Block List, Max: 1) The policy will be enabled if **all** conditions are met (see [below for nested schema](#nestedblock--host_metadata_conditions))
7777
- `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
7878
- `operating_system` (Set of String) Select the operating systems on which policy should be applied

docs/resources/infraops_app_settings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ resource "dynatrace_infraops_app_settings" "#name#" {
4343
### Optional
4444

4545
- `interface_saturation_threshold` (Number) The threshold at which a network device interface is deemed to be saturated.
46-
- `invex_dql_query_limit` (Number) Limit the number of results returned from Grail for Data center, Host, and Network device entities.
47-
- `invex_dql_sort_limit` (Number) Limit for server-side sorting in Data center, Host, and Network device inventories. Sorting is disabled when the row count exceeds the configured threshold.
46+
- `invex_dql_query_limit` (Number) Limit the number of results returned from Grail for Host, Network device, and Extensions entities.
47+
- `invex_dql_sort_limit` (Number) Limit for server-side sorting in Host, Network device and Extensions inventories. Sorting is disabled when the row count exceeds the configured threshold.
4848

4949
### Read-Only
5050

docs/resources/log_events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ resource "dynatrace_log_events" "#name#" {
6363
Required:
6464

6565
- `description` (String) The description of the event to trigger.
66-
- `event_type` (String) Possible Values: `AVAILABILITY`, `CUSTOM_ALERT`, `CUSTOM_ANNOTATION`, `CUSTOM_CONFIGURATION`, `CUSTOM_DEPLOYMENT`, `ERROR`, `INFO`, `MARKED_FOR_TERMINATION`, `RESOURCE`, `SLOWDOWN`
66+
- `event_type` (String) Possible Values: `AVAILABILITY`, `CUSTOM_ALERT`, `CUSTOM_ANNOTATION`, `CUSTOM_CONFIGURATION`, `CUSTOM_DEPLOYMENT`, `ERROR`, `INFO`, `MARKED_FOR_TERMINATION`, `RESOURCE`, `SLOWDOWN`, `WARNING`
6767
- `title` (String) The title of the event to trigger.
6868

6969
Optional:

docs/resources/log_timestamp.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ resource "dynatrace_log_timestamp" "#name#" {
5858
- `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
5959
- `matchers` (Block List, Max: 1) no documentation available (see [below for nested schema](#nestedblock--matchers))
6060
- `scope` (String) The scope of this setting (HOST, KUBERNETES_CLUSTER, HOST_GROUP). Omit this property if you want to cover the whole environment.
61+
- `skip_indented_lines` (Boolean) Don't parse timestamps in lines starting with white character
6162

6263
### Read-Only
6364

docs/resources/management_zone_v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ Optional:
382382

383383
- `attribute_rule` (Block List, Max: 1) no documentation available (see [below for nested schema](#nestedblock--rules--rule--attribute_rule))
384384
- `dimension_rule` (Block List, Max: 1) no documentation available (see [below for nested schema](#nestedblock--rules--rule--dimension_rule))
385-
- `entity_selector` (String) The documentation of the entity selector can be found [here](https://dt-url.net/apientityselector).
385+
- `entity_selector` (String) Learn more about the [Entity selector](https://dt-url.net/apientityselector).
386386

387387
<a id="nestedblock--rules--rule--attribute_rule"></a>
388388
### Nested Schema for `rules.rule.attribute_rule`

docs/resources/metric_events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ resource "dynatrace_metric_events" "#name#" {
117117
Required:
118118

119119
- `description` (String) The description of the event to trigger.
120-
- `event_type` (String) Possible Values: `AVAILABILITY`, `CUSTOM_ALERT`, `CUSTOM_ANNOTATION`, `CUSTOM_CONFIGURATION`, `CUSTOM_DEPLOYMENT`, `ERROR`, `INFO`, `MARKED_FOR_TERMINATION`, `RESOURCE`, `SLOWDOWN`
120+
- `event_type` (String) Possible Values: `AVAILABILITY`, `CUSTOM_ALERT`, `CUSTOM_ANNOTATION`, `CUSTOM_CONFIGURATION`, `CUSTOM_DEPLOYMENT`, `ERROR`, `INFO`, `MARKED_FOR_TERMINATION`, `RESOURCE`, `SLOWDOWN`, `WARNING`
121121
- `title` (String) The title of the event to trigger.
122122

123123
Optional:

0 commit comments

Comments
 (0)