File tree Expand file tree Collapse file tree 6 files changed +12
-17
lines changed
data_stream/asset_inventory Expand file tree Collapse file tree 6 files changed +12
-17
lines changed Original file line number Diff line number Diff line change 11# newer versions go on top
22# version map:
33# 0.1.x - 8.15.x
4+ - version : " 0.13.0"
5+ changes :
6+ - description : Remove GCP project and organization ID from validation
7+ type : bugfix
8+ link : https://github.com/elastic/integrations/pull/13866
49- version : " 0.12.0"
510 changes :
611 - description : Fix the dataview name for the asset inventory data stream
Original file line number Diff line number Diff line change @@ -260,42 +260,34 @@ streams:
260260 value : organization-account
261261 - name : gcp.credentials.type
262262 value : credentials-none
263- - name : gcp.organization_id
264- - name : gcp.project_id
265263 organization_account_manual_file :
266264 - name : gcp.account_type
267265 value : organization-account
268266 - name : gcp.credentials.type
269267 value : credentials-file
270- - name : gcp.organization_id
271- - name : gcp.project_id
272268 - name : gcp.credentials.file
273269 organization_account_manual_json :
274270 - name : gcp.account_type
275271 value : organization-account
276272 - name : gcp.credentials.type
277273 value : credentials-json
278- - name : gcp.organization_id
279274 - name : gcp.credentials.json
280275 single_account_cloud_shell :
281276 - name : gcp.account_type
282277 value : single-account
283278 - name : gcp.credentials.type
284279 value : credentials-none
285- - name : gcp.project_id
286280 single_account_manual_file :
287281 - name : gcp.account_type
288282 value : single-account
289283 - name : gcp.credentials.type
290284 value : credentials-file
291- - name : gcp.project_id
292285 - name : gcp.credentials.file
293286 single_account_manual_json :
294287 - name : gcp.account_type
295288 value : single-account
296289 - name : gcp.credentials.type
297290 value : credentials-json
298- - name : gcp.project_id
299291 - name : gcp.credentials.json
300292 vars :
301293 - name : gcp.account_type
Original file line number Diff line number Diff line change 11format_version : 3.3.2
22name : cloud_asset_inventory
33title : " Cloud Asset Discovery"
4- version : " 0.12 .0"
4+ version : " 0.13 .0"
55source :
66 license : " Elastic-2.0"
77description : " Discover and Create Cloud Assets Discovery"
Original file line number Diff line number Diff line change 1313# 1.4.x - 8.9.x
1414# 1.3.x - 8.8.x
1515# 1.2.x - 8.7.x
16+ - version : " 2.0.0-preview03"
17+ changes :
18+ - description : Remove project_id and organization_id from validation
19+ type : bugfix
20+ link : https://github.com/elastic/integrations/pull/13866
1621- version : " 2.0.0-preview02"
1722 changes :
1823 - description : Fix the Azure credentials validation
Original file line number Diff line number Diff line change @@ -214,42 +214,35 @@ streams:
214214 value : organization-account
215215 - name : gcp.credentials.type
216216 value : credentials-none
217- - name : gcp.organization_id
218- - name : gcp.project_id
219217 organization_account_manual_file :
220218 - name : gcp.account_type
221219 value : organization-account
222220 - name : gcp.credentials.type
223221 value : credentials-file
224222 - name : gcp.organization_id
225- - name : gcp.project_id
226223 - name : gcp.credentials.file
227224 organization_account_manual_json :
228225 - name : gcp.account_type
229226 value : organization-account
230227 - name : gcp.credentials.type
231228 value : credentials-json
232- - name : gcp.organization_id
233229 - name : gcp.credentials.json
234230 single_account_cloud_shell :
235231 - name : gcp.account_type
236232 value : single-account
237233 - name : gcp.credentials.type
238234 value : credentials-none
239- - name : gcp.project_id
240235 single_account_manual_file :
241236 - name : gcp.account_type
242237 value : single-account
243238 - name : gcp.credentials.type
244239 value : credentials-file
245- - name : gcp.project_id
246240 - name : gcp.credentials.file
247241 single_account_manual_json :
248242 - name : gcp.account_type
249243 value : single-account
250244 - name : gcp.credentials.type
251245 value : credentials-json
252- - name : gcp.project_id
253246 - name : gcp.credentials.json
254247 vars :
255248 - name : condition
Original file line number Diff line number Diff line change 11format_version : 3.3.2
22name : cloud_security_posture
33title : " Security Posture Management"
4- version : " 2.0.0-preview02 "
4+ version : " 2.0.0-preview03 "
55source :
66 license : " Elastic-2.0"
77description : " Identify & remediate configuration risks in your Cloud infrastructure"
You can’t perform that action at this time.
0 commit comments