osquery-1/plugins
Teddy Reed 0c06658e45 logger: Expose max_lines and correct flag types (#5956)
Multiple flags are moved from FLAG to CLI_FLAG due to the way they are
implemented/used in code. If they were FLAG(s), meaning if they were
also configurable via configuration at runtime, the new values would
still be ignored.

These are:
  - logger_tls_endpoint
  - logger_tls_period
  - logger_tls_max

The flag logger_tls_max has been renamed to logger_tls_max_linesize and
an alias is added for compatibility.

A new flag is added, logger_tls_max_lines, to expose a previously
hardcoded value of 1024 for the maximum number of log lines to send
every period.
2019-10-28 10:19:50 +01:00
..
config Refactor third-party libraries to build from source on Linux (#5706) 2019-08-30 16:25:19 +02:00
database tests: Enable RocksDB plugin tests (#5832) 2019-09-27 08:26:53 -04:00
distributed Refactor third-party libraries to build from source on Linux (#5706) 2019-08-30 16:25:19 +02:00
killswitch Refactor third-party libraries to build from source on Linux (#5706) 2019-08-30 16:25:19 +02:00
logger logger: Expose max_lines and correct flag types (#5956) 2019-10-28 10:19:50 +01:00
numeric_monitoring Refactor third-party libraries to build from source on Linux (#5706) 2019-08-30 16:25:19 +02:00
remote/enroll Refactor third-party libraries to build from source on Linux (#5706) 2019-08-30 16:25:19 +02:00
CMakeLists.txt Add CMake support 2019-06-26 21:49:06 -04:00