Solutions
Device management
Remotely manage, and protect laptops and mobile devices.
Orchestration
Automate tasks across devices, from app installs to scripts.
Software management
Inventory, patch, and manage installed software.
Extend Fleet
Integrate your favorite tools with Fleet.
Customers
Stripe + Fleet
Stripe consolidates multiple tools with Fleet.
Foursquare + Fleet
Foursquare quickly migrates to Fleet for device management.
What people are saying
Stories from the Fleet community.
More
Fleet uses osquery tables to query operating system, hardware, and software data. Each table provides specific data for analysis and filtering.
file_events
Track time/action changes to files specified in configuration data.
Column | Type | Description |
---|---|---|
action | text | Change action (UPDATE, REMOVE, etc) |
atime | bigint | Last access time |
category | text | The category of the file defined in the config |
ctime | bigint | Last status change time |
eid | text | Event ID Not returned in SELECT * FROM file_events . |
gid | bigint | Owning group ID |
hashed | integer | 1 if the file was hashed, 0 if not, -1 if hashing failed |
inode | bigint | Filesystem inode number |
md5 | text | The MD5 of the file after change |
mode | text | Permission bits |
mtime | bigint | Last modification time |
sha1 | text | The SHA1 of the file after change |
sha256 | text | The SHA256 of the file after change |
size | bigint | Size of file in bytes |
target_path | text | The path associated with the event |
time | bigint | Time of file event |
transaction_id | bigint | ID used during bulk update |
uid | bigint | Owning user ID |