moosa aslam
05/02/2020, 12:56 AMfleet
are you using (fleet version --full
)?
fleet - version 2.6.0
What operating system are you using?
Ubuntu 16.04
What did you do?
Connecting osqeuryd with fleet, both fleet and osquery are on same machine followed this guide
https://github.com/kolide/fleet/blob/master/docs/infrastructure/README.md
sudo /usr/bin/osqueryd
--enroll_secret_path=/var/osquery/enroll_secret
--tls_server_certs=/var/osquery/server.pem (this file is downloaded from web page of fleet)
--tls_hostname=192.168.1.195:8080
--host_identifier=hostname
--enroll_tls_endpoint=/api/v1/osquery/enroll
--config_plugin=tls
--config_tls_endpoint=/api/v1/osquery/config
--config_refresh=10
--disable_distributed=false
--distributed_plugin=tls
--distributed_interval=3
--distributed_tls_max_attempts=3
--distributed_tls_read_endpoint=/api/v1/osquery/distributed/read
--distributed_tls_write_endpoint=/api/v1/osquery/distributed/write
--logger_plugin=tls
--logger_tls_endpoint=/api/v1/osquery/log
--logger_tls_period=10zwass
05/02/2020, 1:00 AMmoosa aslam
05/02/2020, 1:04 AMzwass
05/03/2020, 10:41 PM