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.
110
110
-`policy_id` (String) Unique identifier of the integration policy.
111
111
-`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.
112
-
-`vars_json` (String, Sensitive) Integration-level variables as JSON.
112
+
-`vars_json` (String) Integration-level variables as JSON.
113
113
114
114
### Read-Only
115
115
@@ -122,15 +122,36 @@ Optional:
122
122
123
123
-`enabled` (Boolean) Enable the input.
124
124
-`streams` (Attributes Map) Input streams mapped by stream ID. (see [below for nested schema](#nestedatt--inputs--streams))
125
-
-`vars` (String, Sensitive) Input-level variables as JSON.
125
+
-`vars` (String) Input-level variables as JSON.
126
+
127
+
Read-Only:
128
+
129
+
-`defaults` (Attributes) Input defaults. (see [below for nested schema](#nestedatt--inputs--defaults))
126
130
127
131
<aid="nestedatt--inputs--streams"></a>
128
132
### Nested Schema for `inputs.streams`
129
133
130
134
Optional:
131
135
132
136
-`enabled` (Boolean) Enable the stream.
133
-
-`vars` (String, Sensitive) Stream-level variables as JSON.
137
+
-`vars` (String) Stream-level variables as JSON.
138
+
139
+
140
+
<aid="nestedatt--inputs--defaults"></a>
141
+
### Nested Schema for `inputs.defaults`
142
+
143
+
Read-Only:
144
+
145
+
-`streams` (Attributes Map) Stream-level defaults mapped by stream ID. (see [below for nested schema](#nestedatt--inputs--defaults--streams))
146
+
-`vars` (String) Input-level variable defaults as JSON.
147
+
148
+
<aid="nestedatt--inputs--defaults--streams"></a>
149
+
### Nested Schema for `inputs.defaults.streams`
150
+
151
+
Read-Only:
152
+
153
+
-`enabled` (Boolean) Default enabled state for the stream.
154
+
-`vars` (String) Stream-level variable defaults as JSON.
0 commit comments