Looking to import osquery packs into Kolide Fleet? Your best bet is following the instructions in this gist as this repo has been deprecated.
Import an Osquery configuration file into Kolide. The configimporter application will take an Osquery configuration file, consolidate any external packs found in the file and then post it to Kolide where it is validated and imported.
go get -u github.com/kolide/configimporter
Usage: configimporter -host https://localhost:8080 -user 'bob' -config /somedir/osquery.cfg
-config string
Path to an Osquery configuration file
-dry-run
Run import but don't make any changes to Kolide
-help
Show usage
-host string
Kolide host name (default "https://localhost:8080")
-user string
Kolide user name
The user will be prompted for their Kolide password; alternatively, the password may be supplied by setting an environment variable.
export CONFIGIMPORTER_PASSWORD=supersecret