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;