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