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
* Extend MariaDB instance parameters
* Fix linter
* Improve monitoring_instance_id field documentation
* Add documentation for graphite field
* Add Argus instance as example to monitoring_instance_id description
* Specify that a STACKIT monitoring instance is expected
Copy file name to clipboardExpand all lines: docs/data-sources/logme_instance.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ data "stackit_logme_instance" "example" {
20
20
```
21
21
22
22
<!-- schema generated by tfplugindocs -->
23
+
23
24
## Schema
24
25
25
26
### Required
@@ -42,6 +43,7 @@ data "stackit_logme_instance" "example" {
42
43
-`version` (String) The service version.
43
44
44
45
<aid="nestedatt--parameters"></a>
46
+
45
47
### Nested Schema for `parameters`
46
48
47
49
Read-Only:
@@ -63,7 +65,7 @@ Read-Only:
63
65
-`max_disk_threshold` (Number) The maximum disk threshold in MB. If the disk usage exceeds this threshold, the instance will be stopped.
64
66
-`metrics_frequency` (Number) The frequency in seconds at which metrics are emitted (in seconds).
65
67
-`metrics_prefix` (String) The prefix for the metrics. Could be useful when using Graphite monitoring to prefix the metrics with a certain value, like an API key.
66
-
-`monitoring_instance_id` (String) The monitoring instance ID.
68
+
-`monitoring_instance_id` (String) The ID of the STACKIT monitoring instance.
67
69
-`opensearch_tls_ciphers` (List of String)
68
70
-`opensearch_tls_protocols` (List of String)
69
71
-`sgw_acl` (String) Comma separated list of IP networks in CIDR notation which are allowed to access this instance.
Copy file name to clipboardExpand all lines: docs/data-sources/mariadb_instance.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ data "stackit_mariadb_instance" "example" {
20
20
```
21
21
22
22
<!-- schema generated by tfplugindocs -->
23
+
23
24
## Schema
24
25
25
26
### Required
@@ -42,8 +43,16 @@ data "stackit_mariadb_instance" "example" {
42
43
-`version` (String) The service version.
43
44
44
45
<aid="nestedatt--parameters"></a>
46
+
45
47
### Nested Schema for `parameters`
46
48
47
49
Read-Only:
48
50
49
-
-`sgw_acl` (String)
51
+
-`enable_monitoring` (Boolean) Enable monitoring.
52
+
-`graphite` (String)
53
+
-`max_disk_threshold` (Number) The maximum disk threshold in MB. If the disk usage exceeds this threshold, the instance will be stopped.
54
+
-`metrics_frequency` (Number) The frequency in seconds at which metrics are emitted.
55
+
-`metrics_prefix` (String) The prefix for the metrics. Could be useful when using Graphite monitoring to prefix the metrics with a certain value, like an API key
56
+
-`monitoring_instance_id` (String) The ID of the STACKIT monitoring instance.
57
+
-`sgw_acl` (String) Comma separated list of IP networks in CIDR notation which are allowed to access this instance.
58
+
-`syslog` (List of String) List of syslog servers to send logs to.
Copy file name to clipboardExpand all lines: docs/data-sources/rabbitmq_instance.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ data "stackit_rabbitmq_instance" "example" {
20
20
```
21
21
22
22
<!-- schema generated by tfplugindocs -->
23
+
23
24
## Schema
24
25
25
26
### Required
@@ -42,6 +43,7 @@ data "stackit_rabbitmq_instance" "example" {
42
43
-`version` (String) The service version.
43
44
44
45
<aid="nestedatt--parameters"></a>
46
+
45
47
### Nested Schema for `parameters`
46
48
47
49
Read-Only:
@@ -52,7 +54,7 @@ Read-Only:
52
54
-`max_disk_threshold` (Number) The maximum disk threshold in MB. If the disk usage exceeds this threshold, the instance will be stopped.
53
55
-`metrics_frequency` (Number) The frequency in seconds at which metrics are emitted.
54
56
-`metrics_prefix` (String) The prefix for the metrics. Could be useful when using Graphite monitoring to prefix the metrics with a certain value, like an API key
55
-
-`monitoring_instance_id` (String) The monitoring instance ID.
57
+
-`monitoring_instance_id` (String) The ID of the STACKIT monitoring instance.
56
58
-`plugins` (List of String) List of plugins to install. Must be a supported plugin name.
57
59
-`roles` (List of String) List of roles to assign to the instance.
58
60
-`sgw_acl` (String) Comma separated list of IP networks in CIDR notation which are allowed to access this instance.
Copy file name to clipboardExpand all lines: docs/data-sources/redis_instance.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ data "stackit_redis_instance" "example" {
20
20
```
21
21
22
22
<!-- schema generated by tfplugindocs -->
23
+
23
24
## Schema
24
25
25
26
### Required
@@ -42,6 +43,7 @@ data "stackit_redis_instance" "example" {
42
43
-`version` (String) The service version.
43
44
44
45
<aid="nestedatt--parameters"></a>
46
+
45
47
### Nested Schema for `parameters`
46
48
47
49
Read-Only:
@@ -60,7 +62,7 @@ Read-Only:
60
62
-`metrics_frequency` (Number) The frequency in seconds at which metrics are emitted.
61
63
-`metrics_prefix` (String) The prefix for the metrics. Could be useful when using Graphite monitoring to prefix the metrics with a certain value, like an API key
62
64
-`min_replicas_max_lag` (Number) The minimum replicas maximum lag.
63
-
-`monitoring_instance_id` (String) The monitoring instance ID.
65
+
-`monitoring_instance_id` (String) The ID of the STACKIT monitoring instance.
64
66
-`notify_keyspace_events` (String) The notify keyspace events.
65
67
-`sgw_acl` (String) Comma separated list of IP networks in CIDR notation which are allowed to access this instance.
-`max_disk_threshold` (Number) The maximum disk threshold in MB. If the disk usage exceeds this threshold, the instance will be stopped.
72
74
-`metrics_frequency` (Number) The frequency in seconds at which metrics are emitted (in seconds).
73
75
-`metrics_prefix` (String) The prefix for the metrics. Could be useful when using Graphite monitoring to prefix the metrics with a certain value, like an API key.
74
-
-`monitoring_instance_id` (String) The monitoring instance ID.
76
+
-`monitoring_instance_id` (String) The ID of the STACKIT monitoring instance.
75
77
-`opensearch_tls_ciphers` (List of String)
76
78
-`opensearch_tls_protocols` (List of String)
77
79
-`sgw_acl` (String) Comma separated list of IP networks in CIDR notation which are allowed to access this instance.
-`graphite` (String) Graphite server URL (host and port). If set, monitoring with Graphite will be enabled.
61
+
-`max_disk_threshold` (Number) The maximum disk threshold in MB. If the disk usage exceeds this threshold, the instance will be stopped.
62
+
-`metrics_frequency` (Number) The frequency in seconds at which metrics are emitted.
63
+
-`metrics_prefix` (String) The prefix for the metrics. Could be useful when using Graphite monitoring to prefix the metrics with a certain value, like an API key
64
+
-`monitoring_instance_id` (String) The ID of the STACKIT monitoring instance.
65
+
-`sgw_acl` (String) Comma separated list of IP networks in CIDR notation which are allowed to access this instance.
66
+
-`syslog` (List of String) List of syslog servers to send logs to.
-`max_disk_threshold` (Number) The maximum disk threshold in MB. If the disk usage exceeds this threshold, the instance will be stopped.
64
66
-`metrics_frequency` (Number) The frequency in seconds at which metrics are emitted.
65
67
-`metrics_prefix` (String) The prefix for the metrics. Could be useful when using Graphite monitoring to prefix the metrics with a certain value, like an API key
66
-
-`monitoring_instance_id` (String) The monitoring instance ID.
68
+
-`monitoring_instance_id` (String) The ID of the STACKIT monitoring instance.
67
69
-`plugins` (List of String) List of plugins to install. Must be a supported plugin name.
68
70
-`roles` (List of String) List of roles to assign to the instance.
69
71
-`sgw_acl` (String) Comma separated list of IP networks in CIDR notation which are allowed to access this instance.
-`metrics_frequency` (Number) The frequency in seconds at which metrics are emitted.
72
74
-`metrics_prefix` (String) The prefix for the metrics. Could be useful when using Graphite monitoring to prefix the metrics with a certain value, like an API key
73
75
-`min_replicas_max_lag` (Number) The minimum replicas maximum lag.
74
-
-`monitoring_instance_id` (String) The monitoring instance ID.
76
+
-`monitoring_instance_id` (String) The ID of the STACKIT monitoring instance.
75
77
-`notify_keyspace_events` (String) The notify keyspace events.
76
78
-`sgw_acl` (String) Comma separated list of IP networks in CIDR notation which are allowed to access this instance.
"max_disk_threshold": "The maximum disk threshold in MB. If the disk usage exceeds this threshold, the instance will be stopped.",
95
95
"metrics_frequency": "The frequency in seconds at which metrics are emitted (in seconds).",
96
96
"metrics_prefix": "The prefix for the metrics. Could be useful when using Graphite monitoring to prefix the metrics with a certain value, like an API key.",
97
-
"monitoring_instance_id": "The monitoring instance ID.",
97
+
"monitoring_instance_id": "The ID of the STACKIT monitoring instance.",
98
98
"java_heapspace": "The amount of memory (in MB) allocated as heap by the JVM for OpenSearch.",
99
99
"java_maxmetaspace": "The amount of memory (in MB) used by the JVM to store metadata for OpenSearch.",
100
100
"ism_deletion_after": "Combination of an integer and a timerange when an index will be considered \"old\" and can be deleted. Possible values for the timerange are `s`, `m`, `h` and `d`.",
"max_disk_threshold": "The maximum disk threshold in MB. If the disk usage exceeds this threshold, the instance will be stopped.",
178
178
"metrics_frequency": "The frequency in seconds at which metrics are emitted (in seconds).",
179
179
"metrics_prefix": "The prefix for the metrics. Could be useful when using Graphite monitoring to prefix the metrics with a certain value, like an API key.",
180
-
"monitoring_instance_id": "The monitoring instance ID.",
180
+
"monitoring_instance_id": "The ID of the STACKIT monitoring instance.",
181
181
"java_heapspace": "The amount of memory (in MB) allocated as heap by the JVM for OpenSearch.",
182
182
"java_maxmetaspace": "The amount of memory (in MB) used by the JVM to store metadata for OpenSearch.",
183
183
"ism_deletion_after": "Combination of an integer and a timerange when an index will be considered \"old\" and can be deleted. Possible values for the timerange are `s`, `m`, `h` and `d`.",
0 commit comments