Multiple Instances of osquery on a Host Causes Issues #108
Labels
bug
Something isn't working
mock server
New API
For issues or PRs that add functionality to goquery the requires new backend support
osquery
This is related to the osquery process on the remote machine
wishlist
The way goserver and goquery work using UUIDs instead of Node Keys means that it's not deterministic when connecting to a UUID. You could have multiple instances of osquery and your request could go to any of them.
There should be something in goserver to detect this and goquery might want to be informed so a choice can be made (though that decision would be opaque behind the Node Key).
We should definitely at least guarantee that when you connect to a host, that all the queries are going to the same node key...some how.
The text was updated successfully, but these errors were encountered: