Hi fleeters, I’m new to fleet and struggling to un...
# fleet
s
Hi fleeters, I’m new to fleet and struggling to understand how to import the standard query library. Should I be running this
fleetctl apply
command on the server, or can this be managed from my local machine?
I managed to answer my own question 😅 Running
fleetctl
locally I had to set the address and login before I could communicate with my instance:
Copy code
fleetctl config set --address <https://fleet.wealthbit.co>
fleetctl login
# Then from the fleetdm/fleet repo which I cloned
fleetctl apply -f docs/01-Using-Fleet/standard-query-library/standard-query-library.yml