Brendan Shaklovitz
Brendan Shaklovitz
* Adds API endpoints to allow deleting users. Following patterns in the rest of the API, to delete one user, use `DELETE /api/v1/kolide/users/{id}" and to delete multiple users, `POST` an...
If I do either of the following things, ad-hoc querying will not work: * delete "All Hosts" label * change "All Hosts" label_type to 0 from 1 # Reproduction Case...
### What version of `fleet` are you using (`fleet version --full`)? 2.4.0 ### What operating system are you using? Docker image: kolide/fleet:2.4.0 ### What did you do? 1. create query...
I've been trying to figure out how to slowly roll out changes to queries, and I've been pointed to sharding, which looks like an **excellent** solution for **new** queries, but...
Distributed queries for large numbers of hosts can be problematic (high load on the system). I'd like a way to see (through the UI or API) which distributed queries are...
I'd like to be able to restrict the max # of hosts that can be queried in the ad-hoc querying panel, as users trying to query *All Hosts* causes greatly...
There is a common pattern in detectors that can lead to undetected false negative results (e.g., result.Verified is set to false even though the issue is valid). The pattern: ```go...