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.
Infrastructure as code
See every change, undo any error, repeat every success.
Extend Fleet
Integrate your favorite tools with Fleet.
More
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.
Infrastructure as code
See every change, undo any error, repeat every success.
Extend Fleet
Integrate your favorite tools with Fleet.
Fleet uses osquery tables to query operating system, hardware, and software data. Each table provides specific data for analysis and filtering.
Apple
Linux
Windows
ChromeOS
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;