fix osquery filesystem logging
This fixes the issue where osquery does not log locally; making the elk_metrics_6x integration possible. Change-Id: Ice506018757dee5ee02ef7fa0593ce06aae9c515
This commit is contained in:
1 changed files with 1 additions and 1 deletions
@@ -10,7 +10,7 @@ osquery_flags:
- "--tls_hostname={{ hostvars[groups['kolide-fleet_all'][0]]['ansible_host'] }}:443"
- "--host_identifier=hostname"
- "--enroll_tls_endpoint=/api/v1/osquery/enroll"
- "--config_plugin=tls"
- "--config_plugin=filesystem,tls"
- "--config_tls_endpoint=/api/v1/osquery/config"
- "--config_tls_refresh=10"
- "--disable_distributed=false"
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.