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:
Victor Palma
2018年10月23日 00:36:25 -05:00
parent fd2005baf4
commit 0046e1d240

View File

@@ -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
openstack/openstack-ansible-ops
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.

The note is not visible to the blocked user.