https://github.com/osquery/osquery logo
#fleet
Title
# fleet
e

Esteban

02/17/2021, 1:22 PM
Hello, i have no access to one on my hosts deployed with kolide launcher. I need to debug it because it's not enrolling to fleet. I have enabled verbose and tls flags. Do i need to debug it from fleet or from the hosts logs?
z

zwass

02/17/2021, 6:05 PM
I would look at the logs on the host. Specifically you want to see if it is making the enrollment request and whether it's sending the correct enroll secret.
e

Esteban

02/17/2021, 6:13 PM
Ok, i'll try.. it's rare because other hosts enrolled just fine
Okay, this is the logs of the service:
Copy code
caller=log.go:124 ts=2021-02-17T19:34:12.5758423Z caller=level.go:63 level=info caller=launcher.go:122 msg=interrupted err="enrolling host: query enrollment details, (even with retries): done trying: expected at least one row from the enrollment details query"

caller=log.go:124 ts=2021-02-17T19:34:12.5763461Z caller=level.go:63 level=info caller=query_target_updater.go:26 msg="query target updater interrupted"
3 Views