Skip to content

Commit dbed680

Browse files
authored
Update standard-query-library.yml (#17141)
Fixed schema error. Was missing "platform".
1 parent 67cff18 commit dbed680

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/01-Using-Fleet/standard-query-library/standard-query-library.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1072,8 +1072,10 @@ apiVersion: v1
10721072
kind: query
10731073
spec:
10741074
name: List osquery table names
1075+
platform: darwin, linux, windows
10751076
description: List all table names in the schema of the currently installed version of osquery
10761077
query: SELECT DISTINCT name FROM osquery_registry;
10771078
purpose: Informational
10781079
tags: fleet, osquery, table, schema
10791080
contributors: nonpunctual
1081+
---

0 commit comments

Comments
 (0)