EnvironmentVariables collector

Prev Next

This collector returns information about system environment variables, current user, and volatile and process variables.

Collector output

Field

Type

Description

username

String

The owner of the process that is running on the environment where this variable is set.

process_id

Number

ID given by operating system to the process.

name

String

The variable's name.

value

String

Value set on the variable.



Supported versions

Windows

Linux

macOS

3.0 and later

3.0 and later

3.0 and later



Example: Show the PATH environment variable set on device 192.168.0.5
EnvironmentVariables where EnvironmentVariables name equals "PATH" and HostInfo ip_address equals 192.168.0.5


Example: Show the PATH environment variable set on device 192.168.0.5
EnvironmentVariables where EnvironmentVariables name equals "PATH" and HostInfo ip_address equals 192.168.0.5