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-preview02"
7
+ changes :
8
+ - description : Add support for Azure Cloud Connectors credentials
9
+ type : enhancement
10
+ link : https://github.com/elastic/integrations/pull/15237
6
11
- version : " 1.1.1-preview01"
7
12
changes :
8
13
- description : Add support for Azure Cloud Connectors
Original file line number Diff line number Diff line change @@ -213,6 +213,11 @@ streams:
213
213
- name : azure.credentials.client_certificate_path
214
214
- name : azure.credentials.tenant_id
215
215
- name : azure.credentials.client_certificate_password
216
+ cloud_connectors :
217
+ - name : azure.credentials.client_id
218
+ - name : azure.credentials.tenant_id
219
+ - name : azure.credentials.type
220
+ value : cloud_connectors
216
221
vars :
217
222
- name : azure.account_type
218
223
title : Account type
@@ -243,6 +248,8 @@ streams:
243
248
value : service_principal_with_client_certificate
244
249
- text : Cloud Connectors Federated Identity
245
250
value : cloud_connectors_federated_identity
251
+ - text : Cloud Connectors
252
+ value : cloud_connectors
246
253
- name : azure.credentials.client_id
247
254
type : text
248
255
title : Client ID
@@ -280,6 +287,13 @@ streams:
280
287
show_user : true
281
288
secret : true
282
289
description : Required when using Service Principal with Client Certificate
290
+ - name : azure.supports_cloud_connectors
291
+ type : bool
292
+ title : Supports Cloud Connectors
293
+ multi : false
294
+ required : false
295
+ show_user : false
296
+ secret : false
283
297
- input : cloudbeat/asset_inventory_gcp
284
298
title : GCP Asset Discovery
285
299
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.1-preview01 "
4
+ version : " 1.1.1-preview02 "
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