What would be the easiest way for me to get a coup...
# fleet
j
What would be the easiest way for me to get a couple of query-packs into a fleetdm running using the
osquery-in-a-box
docker setup?
c
I would try using the FleetCTL tool to upload an Osquery pack. https://github.com/fleetdm/fleet/releases
j
Ok, I'll give that a try then
c
If your Osquery pack is in JSON you will need to use the FleetCTL tool to convert it to YAML format. Once the pack is in YAML format it can be uploaded to FleetDM
j
Ok, thanks