-
Right now we use [logrus](https://github.com/Sirupsen/logrus) for application logs and these can only be logged to stdout. We also use [lumberjack](https://github.com/natefinch/lumberjack) for osquery…
-
`LabelQueriesForHost(host *kolide.Host, cutoff time.Time) (map[string]string, error)`
- What is cutoff? What time does it represent? What's being cutoff?
- Why isn't the first return type a `kolide.Qu…
-
zwass updated
8 years ago
-
When viewing the list of packs there is a column to display the number of hosts in that pack.
We're not currently returning the `hosts_count` with packs.
This attribute should be returned w…
-
As a infrastructure person running Kolide in a context like docker or other containers-based deployment solutions or PaSSes, I want the ability to specify my config using ENV vars vs a config file as …
-
Let's add a BoltDB datastore implementation for the use-case of running small to medium scale kolide instances without external database dependencies.
-
```
I1007 18:30:34.424208 12634 tls.cpp:205] TLS/HTTPS POST request to URI: https://localhost:8080/enroll
{"enroll_secret":"","host_identifier":"1D9CE8AA-8029-43EB-9D85-350ED0DEBB24\u0000\u0000\u0000\…
zwass updated
8 years ago
-
#50 enables more detailed error messages to be provided from Kolide code. Getting these extra details from the authorization framework is a worthy refactor.
zwass updated
8 years ago
-
Because `LoadConfig` assigns to the config objects, the default values are eliminated. We should either fix this so it is not the case, or remove the default values entirely.
https://github.com/kolid…
zwass updated
8 years ago
-
We should expose metrics about the state of the application at an endpoint that can be picked up by a monitoring solution.
Go provides [expvar](https://golang.org/pkg/expvar/) for doing this in the …
groob updated
8 years ago