osquery-1/osquery/core
Teddy Reed c964db2a49
logging: Change logNumericsAsNumbers to numerics and add docs (#6002)
This is an API change for the format of logged events.
The top-level log field "logNumericsAsNumbers" was introduced to help
migrate from string-encoded numerics to JSON numbers.

This change updates the field to be "numerics", updates the flag to
conform to flag naming conventions, and documents the expectation.
2019-11-09 13:29:14 -05:00
..
database Remove the rest use cases of createError with message as an arg (#5524) 2019-03-13 11:36:21 -07:00
plugins Refactor third-party libraries to build from source on Linux (#5706) 2019-08-30 16:25:19 +02:00
posix Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00
sql Refactor third-party libraries to build from source on Linux (#5706) 2019-08-30 16:25:19 +02:00
tests logging: Change logNumericsAsNumbers to numerics and add docs (#6002) 2019-11-09 13:29:14 -05:00
windows Use Status::success throughout osquery (#5542) 2019-03-29 04:28:39 -07:00
BUCK Add dependency for pthread in osquery/core (#5540) 2019-03-28 07:21:24 -07:00
CMakeLists.txt Migrate glibc from "facebook" dependencies (#5900) 2019-10-31 19:08:09 -04:00
flags.cpp Replace Status(0) calls with Status::success() to appease Lint (#5487) 2019-03-01 04:29:33 -08:00
init.cpp killswitch: Remove killswitch code (#5949) 2019-10-29 19:14:35 -04:00
query.cpp logging: Change logNumericsAsNumbers to numerics and add docs (#6002) 2019-11-09 13:29:14 -05:00
system.cpp Add more test cases to query platform unit test (#5515) 2019-03-15 07:15:18 -07:00
tables.cpp Replace Status(0) calls with Status::success() to appease Lint (#5487) 2019-03-01 04:29:33 -08:00
watcher.cpp Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00
watcher.h Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00