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.
osquery_registry
List the osquery registry plugins.
Column | Type | Description |
---|---|---|
active | integer | 1 If this plugin is active else 0 |
internal | integer | 1 If the plugin is internal else 0 |
name | text | Name of the plugin item |
owner_uuid | integer | Extension route UUID (0 for core) |
registry | text | Name of the osquery registry |
See the list of tables available on this instance of osquery.
SELECT DISTINCT name FROM osquery_registry;