mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
Update standard-query-library.yml (#17141)
Fixed schema error. Was missing "platform".
This commit is contained in:
parent
67cff18106
commit
dbed680af7
1 changed files with 2 additions and 0 deletions
|
|
@ -1072,8 +1072,10 @@ apiVersion: v1
|
|||
kind: query
|
||||
spec:
|
||||
name: List osquery table names
|
||||
platform: darwin, linux, windows
|
||||
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