Skip to content

Commit 87d8570

Browse files
authored
Add entity.source to asset discovery (#14087)
1 parent bb6c198 commit 87d8570

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

packages/cloud_asset_inventory/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# newer versions go on top
22
# version map:
33
# 0.1.x - 8.15.x
4+
- version: "0.18.0"
5+
changes:
6+
- description: Add entity.source
7+
type: enhancement
8+
link: https://github.com/elastic/integrations/pull/14087
49
- version: "0.17.0"
510
changes:
611
- description: Add cloud connector support Asset Inventory for AWS

packages/cloud_asset_inventory/data_stream/asset_inventory/fields/entity.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
- name: sub_type
1414
type: keyword
1515

16+
- name: source
17+
type: keyword
18+
1619
- name: raw
1720
type: flattened
1821

packages/cloud_asset_inventory/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
format_version: 3.3.2
22
name: cloud_asset_inventory
33
title: "Cloud Asset Discovery"
4-
version: "0.17.0"
4+
version: "0.18.0"
55
source:
66
license: "Elastic-2.0"
77
description: "Discover and Create Cloud Assets Discovery"

0 commit comments

Comments
 (0)