Skip to content
This repository has been archived by the owner on Jun 21, 2018. It is now read-only.
/ configimporter Public archive

[Deprecated] To import packs into Kolide Fleet please use `fleetctl convert`

License

Notifications You must be signed in to change notification settings

kolide/configimporter

Repository files navigation

Looking to import osquery packs into Kolide Fleet? Your best bet is following the instructions in this gist as this repo has been deprecated.

Osquery Configuration Importer [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.

Installation

go get -u github.com/kolide/configimporter

Usage

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

About

[Deprecated] To import packs into Kolide Fleet please use `fleetctl convert`

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages