Each process is allocated a unique process identifier (PID), commonly known as a process ID. When a process initiates a network connection, the kernel module requests the agent to perform process metadata collection. The agent collects as many metadata as possible about the process based on its ID and the environment in which the process is running. The collected metadata can be used in policies as selectors.
Supported metadata collectors
Proc FS
Proc FS collector gathers information from procfs. The proc filesystem (procfs) is a unique filesystem found in Unix-like operating systems. It organizes information about processes and other system details in a hierarchical, file-like structure.
Configuration
Field
Type
Required
Description
extractEnvs
boolean
No
Whether to expose env variables as metadata
Possible metadata of Proc FS metadata collector
Kubernetes
Kubernetes collector gathers metadata from Kubelet which runs on the node besides the agent.
Configuration of Kubernetes metadata collector
Field
Type
Required
Description
kubeletHost
string
No
Host/IP address of the kubelet.
kubeletPort
integer
No
Port of the kubelet.
kubeletCA
string
No
Either the PEM content or a path to a file which contains the trust anchor for the kubelet certificate in PEM format.
skipKubeletVerification
boolean
No
If enabled the certificate validation of the connection to the kubelet is skipped.
credentials
string
No
Based on the kubelet configuration either a token, a cert/key content or a comma separated path(s) to cert/key in PEM format can be specified.
Possible metadata of Kubernetes metadata collector
Docker
Docker collector gathers metadata from Docker Engine which runs on the node besides the agent.
Configuration of Docker metadata collector
Field
Type
Required
Description
socketPath
string
No
Path to the UNIX socket that Docker daemon is listening on.
Possible metadata of Docker metadata collector
Linux OS
Linux OS collector gathers information about the linux operating system the process is running on.
Possible metadata of Linux OS metadata collector
Sys FS DMI
Sysfs DMI collector gathers DMI provided information from Sysfs special file system. Sysfs is a pseudo file system offered by the Linux kernel, designed to expose information regarding different kernel subsystems, hardware devices, and their corresponding device drivers. This information is made accessible to user space applications through virtual files, providing a structured interface to interact with and retrieve essential details about the system’s configuration and components.
Possible metadata of Sys FS DMI metadata collector
Azure
Azure collector gathers metadata from the Azure Instance Metadata Service which provides information about running virtual machine instances.
Possible metadata of Azure metadata collector
EC2
EC2 collector gathers metadata from the EC2 Instance Metadata Service which provides information about running virtual machine instances.
Possible metadata of EC2 metadata collector
GCP
GCP collector gathers metadata from the GCP VM metadata which provides information about running virtual machine instances.