Fleet uses osquery tables to query operating system, hardware, and software data. Each table provides specific data for analysis and filtering.
cis_audit
Enables querying CIS items values.
Column | Type | Description |
---|---|---|
item | text | Contains the input CIS item to query. If empty, no CIS item is queried. |
value | text | Contains the value for the queried CIS item. |
This table is not a core osquery table. It is included as part of Fleet's agent (fleetd).