Module os

Module os 

Source
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.type field 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.