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.
connected_displays
Provides information about the connected displays of the machine.
Column | Type | Description |
---|---|---|
ambient_brightness_enabled | text | The ambient brightness setting associated with the display. This will be 1 if enabled and is 0 if disabled or not supported. |
connection_type | text | The connection type associated with the display. |
display_id | text | The display ID. |
display_type | text | The type of display. |
main | integer | If the display is the main display. |
manufactured_week | integer | The manufacture week of the display. This field is 0 if not supported |
manufactured_year | integer | The manufacture year of the display. This field is 0 if not supported |
mirror | integer | If the display is mirrored or not. This field is 1 if mirrored and 0 if not mirrored. |
name | text | The name of the display. |
online | integer | The online status of the display. This field is 1 if the display is online and 0 if it is offline. |
pixels | text | The number of pixels of the display. |
product_id | text | The product ID of the display. |
resolution | text | The resolution of the display. |
rotation | text | The rotation of the display (0, 90, 180, or 270 degrees). This field is -1 if display rotation is not supported. |
serial_number | text | The serial number of the display. (may not be unique) |
vendor_id | text | The vendor ID of the display. |