From 4cc41b9485600493d21c480afebe80b283000da7 Mon Sep 17 00:00:00 2001 From: Joseph Henrich Date: Mon, 14 Jan 2019 16:48:44 -0500 Subject: [PATCH] Fix typo in query yaml example (#1984) --- docs/cli/file-format.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/cli/file-format.md b/docs/cli/file-format.md index d4599356a5..7d56dba28b 100644 --- a/docs/cli/file-format.md +++ b/docs/cli/file-format.md @@ -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 ```