From 642063dabb4dd2260955914a4e202e01bf20fead Mon Sep 17 00:00:00 2001 From: jwindley-splunk Date: Tue, 14 Jan 2020 20:39:11 +0000 Subject: [PATCH] Update osquery.conf Removed enable_monitor flag which is no longer required --- config/osquery.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/config/osquery.conf b/config/osquery.conf index a7530c9..f73309f 100644 --- a/config/osquery.conf +++ b/config/osquery.conf @@ -37,7 +37,6 @@ // Enable schedule profiling, this will fill in averages and totals for // system/user CPU time and memory for every query in the schedule. // Add a query: "select * from osquery_schedule" to record the performances. - "enable_monitor": "true", //Required for process and hardware monitoring "disable_events": "false", "disable_audit": "false"