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
Promote beta fields that have been present since the previous major release to GA
* cloud.origin
* cloud.target
* elf fields
* event.kind->asset type
* faas fields
* host.boot_id
* host.pid_ns_inode
* volume fields
a| beta:[ This field is beta and subject to change. ]
5246
-
5247
-
Linux boot uuid taken from /proc/sys/kernel/random/boot_id. Note the boot_id value from /proc may or may not be the same in containers as on the host. Some container runtimes will bind mount a new boot_id value onto the proc file in each container.
5238
+
a| Linux boot uuid taken from /proc/sys/kernel/random/boot_id. Note the boot_id value from /proc may or may not be the same in containers as on the host. Some container runtimes will bind mount a new boot_id value onto the proc file in each container.
Copy file name to clipboardExpand all lines: docs/fields/field-values.asciidoc
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,8 +64,6 @@ This value is not used by Elastic solutions for alert documents that are created
64
64
[[ecs-event-kind-asset]]
65
65
==== asset
66
66
67
-
beta:[ This event categorization value is beta and subject to change. ]
68
-
69
67
This value indicates events whose primary purpose is to store an inventory of assets/entities and their attributes. Assets/entities are objects (such as users and hosts) that are expected to be subjects of detailed analysis within the system.
70
68
71
69
Examples include lists of user identities or accounts ingested from directory services such as Active Directory (AD), inventory of hosts pulled from configuration management databases (CMDB), and lists of cloud storage buckets pulled from cloud provider APIs.
0 commit comments