Registry / utility / kolide-osquery-go

kolide-osquery-go

JSON →
library0.0.0-20200604192029-b019be7063acgogounverified

A Go library for building osquery extensions and communicating with osquery.

go get github.com/kolide/osquery-go
INSTALL
IMPORT
SIG · KOLIDE-OSQUERY-GO
K
kolide-osquery-go
utilitygov0.0.0-20200604192029-b019be7063ac
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

osquery
github.com/kolide/osquery-go

Connects to an osquery extension manager.

package main import ( "fmt" "github.com/kolide/osquery-go" ) func main() { client, err := osquery.NewClient("localhost:8080", 10) if err != nil { fmt.Println(err) return } defer client.Close() fmt.Println("Connected to osquery") }
Debug
Known issues
breakingThe API may change with osquery versions; check compatibility.
fix
Use the version matching your osquery deployment.
affects: all
Upgrade
Version history
0.0.0-20200604192029-b019be7063aclatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
12
OpenAI (training)
2
Resources
kolide-osquery-go — go get kolide-osquery-go · libregistry