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_extensions
List of active osquery extensions.
Column | Type | Description |
---|---|---|
name | text | Extension's name |
path | text | Path of the extension's Thrift connection or library path |
sdk_version | text | osquery SDK version used to build the extension |
type | text | SDK extension type: core, extension, or module |
uuid | bigint | The transient ID assigned for communication |
version | text | Extension's version |
Identify osquery extensions in use that are not part of osquery core.
SELECT name, path from osquery_extensions WHERE type IS NOT 'core';