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
-`output_id` (String) The ID of the output to send data to. When not specified, the default output of the agent policy will be used.
103
103
-`policy_id` (String) Unique identifier of the integration policy.
104
104
-`space_ids` (Set of String) The Kibana space IDs where this integration policy is available. When set, must match the space_ids of the referenced agent policy. If not set, will be inherited from the agent policy. Note: The order of space IDs does not matter as this is a set.
105
-
-`vars_json` (String, Sensitive) Integration-level variables as JSON. Variables vary depending on the integration package.
105
+
-`vars_json` (String) Integration-level variables as JSON. Variables vary depending on the integration package.
106
106
107
107
The provider injects the '__tf_provider_context' property into this JSON object. In most cases this field will be ignored when computing the difference between the current and desired state. In some cases however, this property may be shown in the Terraform plan. Any changes to the '__tf_provider_context' property can be safely ignored. This property is used internally by the provider, and you should not set this property within your Terraform configuration.
108
108
@@ -117,7 +117,7 @@ Optional:
117
117
118
118
-`enabled` (Boolean) Enable the input.
119
119
-`streams` (Attributes Map) Input streams mapped by stream ID. (see [below for nested schema](#nestedatt--inputs--streams))
120
-
-`vars` (String, Sensitive) Input-level variables as JSON.
120
+
-`vars` (String) Input-level variables as JSON.
121
121
122
122
Read-Only:
123
123
@@ -129,7 +129,7 @@ Read-Only:
129
129
Optional:
130
130
131
131
-`enabled` (Boolean) Enable the stream.
132
-
-`vars` (String, Sensitive) Stream-level variables as JSON.
resource.TestCheckResourceAttr("elasticstack_kibana_dashboard.test", "panels.0.tagcloud_config.description", "Tagcloud with filters and custom settings"),
resource.TestCheckResourceAttr("elasticstack_kibana_dashboard.test", "panels.0.tagcloud_config.filters.0.query", "log.level:error OR log.level:warning"),
0 commit comments