mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Update standard-query-library.yml (#17123)
Added query for listing all table names in the schema of the currently installed Fleet version per customer request.
This commit is contained in:
parent
a430194969
commit
308a1549eb
1 changed files with 10 additions and 0 deletions
|
|
@ -1067,3 +1067,13 @@ spec:
|
|||
purpose: Informational
|
||||
tags: inventory
|
||||
contributors: lucasmrod,sharon-fdm,zwass
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: query
|
||||
spec:
|
||||
name: List osquery table names
|
||||
description: List all table names in the schema of the currently installed version of osquery
|
||||
query: SELECT DISTINCT name FROM osquery_registry;
|
||||
purpose: Informational
|
||||
tags: fleet, osquery, table, schema
|
||||
contributors: nonpunctual
|
||||
|
|
|
|||
Loading…
Reference in a new issue