File tree Expand file tree Collapse file tree 3 files changed +20
-1
lines changed
packages/cloud_asset_inventory
data_stream/asset_inventory Expand file tree Collapse file tree 3 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 3
3
# 1.1.x - 9.2.x
4
4
# 1.0.x - 9.1.x
5
5
# 0.1.x - 8.15.x
6
+ - version : " 1.1.1-preview"
7
+ changes :
8
+ - description : Add input var support for Azure Cloud Connectors
9
+ type : enhancement
10
+ link : https://github.com/elastic/integrations/pull/14978
6
11
- version : " 1.1.0-preview"
7
12
changes :
8
13
- description : Add support for Azure Cloud Connectors
Original file line number Diff line number Diff line change @@ -206,6 +206,11 @@ streams:
206
206
- name : azure.credentials.client_certificate_path
207
207
- name : azure.credentials.tenant_id
208
208
- name : azure.credentials.client_certificate_password
209
+ cloud_connectors :
210
+ - name : azure.credentials.client_id
211
+ - name : azure.credentials.tenant_id
212
+ - name : azure.credentials.type
213
+ value : cloud_connectors
209
214
vars :
210
215
- name : azure.account_type
211
216
title : Account type
@@ -234,6 +239,8 @@ streams:
234
239
value : service_principal_with_client_secret
235
240
- text : Service Principal with Client Certificate
236
241
value : service_principal_with_client_certificate
242
+ - text : Cloud Connectors
243
+ value : cloud_connectors
237
244
- name : azure.credentials.client_id
238
245
type : text
239
246
title : Client ID
@@ -271,6 +278,13 @@ streams:
271
278
show_user : true
272
279
secret : true
273
280
description : Required when using Service Principal with Client Certificate
281
+ - name : azure.supports_cloud_connectors
282
+ type : bool
283
+ title : Supports Cloud Connectors
284
+ multi : false
285
+ required : false
286
+ show_user : false
287
+ secret : false
274
288
- input : cloudbeat/asset_inventory_gcp
275
289
title : GCP Asset Discovery
276
290
description : Asset Discovery Discovery for GCP
Original file line number Diff line number Diff line change 1
1
format_version : 3.3.2
2
2
name : cloud_asset_inventory
3
3
title : " Cloud Asset Discovery"
4
- version : " 1.1.0 -preview"
4
+ version : " 1.1.1 -preview"
5
5
source :
6
6
license : " Elastic-2.0"
7
7
description : " Discover and Create Cloud Assets Discovery"
You can’t perform that action at this time.
0 commit comments