APPLICATIONS_V View
This view provides the applications running on the machine with an agent installed with details (such as application name, user name, machine, etc.) within the last 90 days.
Each row contains file information as listed in the columns.
Column Name | Data Type | Description |
---|---|---|
START_TIME | Timestamp | The time and date when the hourly aggregation time period starts. |
END_TIME | Timestamp | The time and date when the hourly aggregation time period ends. |
MID | Number | The Lacework-generated machine identifier that uniquely identifies the machine. |
APP_NAME | Text | The application name detected by the Lacework agent installed on the machine. |
EXE_PATH | Text | The executable path for the detected application. |
USERNAME | JSON Object | The username running the application on the machine. |
PROPS_MACHINE | JSON Object | The machine properties such as host name, ip address, machine tags, etc. |
CONTAINER_INFO | JSON Object | The container info provides details about the container where the application is running. |
NET_STATS | JSON Object | The network stats about the application including the number of bytes in and out of the network. |
PROPS | JSON Object | The props provides future relevant information about the application goes here. |