mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Fix typo in query yaml example (#1984)
This commit is contained in:
parent
6767369d48
commit
4cc41b9485
1 changed files with 2 additions and 2 deletions
|
|
@ -34,7 +34,7 @@ apiVersion: v1
|
|||
kind: query
|
||||
spec:
|
||||
name: docker_processes
|
||||
descriptions: The docker containers processes that are running on a system.
|
||||
description: The docker containers processes that are running on a system.
|
||||
query: select * from docker_container_processes;
|
||||
support:
|
||||
osquery: 2.9.0
|
||||
|
|
@ -104,7 +104,7 @@ spec:
|
|||
- query: osquery_events
|
||||
interval: 86400
|
||||
removed: false
|
||||
- query: oquery_info
|
||||
- query: osquery_info
|
||||
interval: 600
|
||||
removed: false
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue