diff --git a/frontend/osquery_tables.json b/frontend/osquery_tables.json index 18f923fc67..65f9b0270d 100644 --- a/frontend/osquery_tables.json +++ b/frontend/osquery_tables.json @@ -18739,200 +18739,6 @@ } ] }, - { - "name": "smart_drive_info", - "description": "Drive information read by SMART controller utilizing autodetect.", - "url": "https://github.com/osquery/osquery/blob/master/specs/smart/smart_drive_info.table", - "platforms": ["darwin", "linux"], - "evented": false, - "cacheable": false, - "columns": [ - { - "name": "device_name", - "description": "Name of block device", - "type": "text", - "hidden": false, - "required": false, - "index": false - }, - { - "name": "disk_id", - "description": "Physical slot number of device, only exists when hardware storage controller exists", - "type": "integer", - "hidden": false, - "required": false, - "index": false - }, - { - "name": "driver_type", - "description": "The explicit device type used to retrieve the SMART information", - "type": "text", - "hidden": false, - "required": false, - "index": false - }, - { - "name": "model_family", - "description": "Drive model family", - "type": "text", - "hidden": false, - "required": false, - "index": false - }, - { - "name": "device_model", - "description": "Device Model", - "type": "text", - "hidden": false, - "required": false, - "index": false - }, - { - "name": "serial_number", - "description": "Device serial number", - "type": "text", - "hidden": false, - "required": false, - "index": false - }, - { - "name": "lu_wwn_device_id", - "description": "Device Identifier", - "type": "text", - "hidden": false, - "required": false, - "index": false - }, - { - "name": "additional_product_id", - "description": "An additional drive identifier if any", - "type": "text", - "hidden": false, - "required": false, - "index": false - }, - { - "name": "firmware_version", - "description": "Drive firmware version", - "type": "text", - "hidden": false, - "required": false, - "index": false - }, - { - "name": "user_capacity", - "description": "Bytes of drive capacity", - "type": "text", - "hidden": false, - "required": false, - "index": false - }, - { - "name": "sector_sizes", - "description": "Bytes of drive sector sizes", - "type": "text", - "hidden": false, - "required": false, - "index": false - }, - { - "name": "rotation_rate", - "description": "Drive RPM", - "type": "text", - "hidden": false, - "required": false, - "index": false - }, - { - "name": "form_factor", - "description": "Form factor if reported", - "type": "text", - "hidden": false, - "required": false, - "index": false - }, - { - "name": "in_smartctl_db", - "description": "Boolean value for if drive is recognized", - "type": "integer", - "hidden": false, - "required": false, - "index": false - }, - { - "name": "ata_version", - "description": "ATA version of drive", - "type": "text", - "hidden": false, - "required": false, - "index": false - }, - { - "name": "transport_type", - "description": "Drive transport type", - "type": "text", - "hidden": false, - "required": false, - "index": false - }, - { - "name": "sata_version", - "description": "SATA version, if any", - "type": "text", - "hidden": false, - "required": false, - "index": false - }, - { - "name": "read_device_identity_failure", - "description": "Error string for device id read, if any", - "type": "text", - "hidden": false, - "required": false, - "index": false - }, - { - "name": "smart_supported", - "description": "SMART support status", - "type": "text", - "hidden": false, - "required": false, - "index": false - }, - { - "name": "smart_enabled", - "description": "SMART enabled status", - "type": "text", - "hidden": false, - "required": false, - "index": false - }, - { - "name": "packet_device_type", - "description": "Packet device type", - "type": "text", - "hidden": false, - "required": false, - "index": false - }, - { - "name": "power_mode", - "description": "Device power mode", - "type": "text", - "hidden": false, - "required": false, - "index": false - }, - { - "name": "warnings", - "description": "Warning messages from SMART controller", - "type": "text", - "hidden": false, - "required": false, - "index": false - } - ] - }, { "name": "smbios_tables", "description": "BIOS (DMI) structure common details and content.",