mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Add osquery log file paths to list of env variables (#81)
This commit is contained in:
parent
8ca6504688
commit
49fe2ed595
1 changed files with 2 additions and 0 deletions
|
|
@ -76,6 +76,8 @@ Available Configurations:
|
|||
osquery:
|
||||
enroll_secret (string) (KOLIDE_OSQUERY_ENROLL_SECRET)
|
||||
node_key_size (int) (KOLIDE_OSQUERY_NODE_KEY_SIZE)
|
||||
status_log_file (string) (KOLIDE_OSQUERY_STATUS_LOG_FILE)
|
||||
result_log_file (string) (KOLIDE_OSQUERY_RESULT_LOG_FILE)
|
||||
logging:
|
||||
debug (bool) (KOLIDE_LOGGING_DEBUG)
|
||||
disable_banner (bool) (KOLIDE_LOGGING_DISABLE_BANNER)
|
||||
|
|
|
|||
Loading…
Reference in a new issue