Expand description
The OS fields contain information about the operating system.
Constants§
- OS_
FAMILY - OS family (such as redhat, debian, freebsd, windows).
- OS_FULL
- Operating system name, including the version or code name.
- OS_
KERNEL - Operating system kernel version as a raw string.
- OS_NAME
- Operating system name, without the version.
- OS_
PLATFORM - Operating system platform (such centos, ubuntu, windows).
- OS_TYPE
- Use the
os.typefield to categorize the operating system into one of the broad commercial families. If the OS you’re dealing with is not listed as an expected value, the field should not be populated. Please let us know by opening an issue with ECS, to propose its addition. - OS_
VERSION - Operating system version as a raw string.