Merge pull request #1882 from waywardmonkeys/patch-1

Fix typos in example conf.
This commit is contained in:
Teddy Reed 2016-03-20 12:02:23 -07:00
commit 0ab1a156cd

View File

@ -17,7 +17,7 @@
//"disable_logging": "false",
// Query differential results are logged as change-events to assist log
// aggregation operations like searching and transactons.
// aggregation operations like searching and transactions.
// Set 'log_result_events' to log differentials as transactions.
//"log_result_events": "true",
@ -33,7 +33,7 @@
"events_expiry": "3600",
// A filesystem path for disk-based backing storage used for events and
// and query results differentials. See also 'use_in_memory_database'.
// query results differentials. See also 'use_in_memory_database'.
//"database_path": "/var/osquery/osquery.db",
// Comma-delimited list of table names to be disabled.