-
This endpoint should be able to do the following:
- [x] Given a config request from an osqueryd, return a list of label queries for that host to execute
- [x] Save results of label queries to the DB
-…
zwass updated
8 years ago
-
As a user setting up the app for the first time, I ran the server and thenI typed "localhost:8080" into Chrome's address bar. When I did that, instead of showing the page, my browser downloaded a garb…
-
Once sessions are backed in MySQL, we will need to expose HTTP APIs so that the application can have session management functionality.
For example:
- Delete all sessions for a user (DELETE /api/v1/ko…
-
Ran into a few issues with the CI build today because the circle-ci environment is somewhat different from what I was expecting:
- used version 1.5.3 by default, even if the build machine was set to u…
groob updated
8 years ago
-
As a ops or support person I need to know the status of each of my endpoints and their connectivity to Kolide for troubleshooting purposes.
As a user I want to be able to be able to aggregate my quer…
-
As a developer, I want the ability to launch N osqueryd (where N 1 - 30) on my local machine so that I can simulate various development conditions (like for enrollment, or various scales of queries, e…
-
I've been thinking of how to achieve configuration hardening and monitoring with osquery and wanted to get some advice before thinking about code. Basically, I'd like to be able to set out an expectat…
-
We've been experiencing an issue where osqueryd will stop sending TLS requests after a consistent amount of time. Consistent meaning that if we launch 100 different containers, they will all stop send…
-
As a developer I want the ability to be able to bootstrap the app and deps instantly with something like docker.
-
A collection response is an important part of REST API's, and it would be helpful if we had a few guidelines when designing these endpoints.
For example, should the API return a collection as
```
…
groob updated
8 years ago