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.
yara_events
Track YARA matches for files specified in configuration data.
Column | Type | Description |
---|---|---|
action | text | Change action (UPDATE, REMOVE, etc) |
category | text | The category of the file |
count | integer | Number of YARA matches |
eid | text | Event ID Not returned in SELECT * FROM yara_events . |
matches | text | List of YARA matches |
strings | text | Matching strings |
tags | text | Matching tags |
target_path | text | The path scanned |
time | bigint | Time of the scan |
transaction_id | bigint | ID used during bulk update Not returned in SELECT * FROM yara_events .Only available on macOS |