ALL_FILES_V View
This view provides raw historic data about files.
Lacework regularly monitors for files in your environment and returns a row in the ALL_FILES_V view when Lacework detects a file.
Each row contains file information as listed in the columns.
| Column Name | Data Type | Description |
|---|---|---|
| CREATED_TIME | Timestamp | The time and date when the file was detected by Lacework. |
| MID | Number | The Lacework-generated machine identifier where the file was found. |
| FILE_PATH | Text | The full directory path to a file. |
| FILEDATA_HASH | Text | The hash value generated by hashing the data in a file. |
| SIZE | Number | The size of the file. |
| MTIME | Timestamp | The time and date when the file was modified. |