You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want launcher to be able to run with between 0 and n osquery instances:
When launcher can't start osquery, we don't want to restart launcher altogether. This is because, in the case where the current osquery instance is old and not compatible with the current database, it can be helpful for launcher to run for a while with 0 osquery instances so that launcher can reach the autoupdate cycle and self-update its osquery version.
In the short term, we want to be able to split up where Kolide queries run versus where tenant queries run, so that if a tenant creates a query that causes issues with osquery, the Kolide queries will still run. (This amounts to running 2 osquery instances.)
In the longer term, we want to support multitenant installations. This will mean 1 osquery instance for Kolide queries, and 1 osquery instance per tenant. I propose we refer to these consistently as "Kolide osquery instance" and "tenant osquery instances".
There are a couple steps we need to take to be able to do this. This issue tracks the foundational steps necessary to run 0 or 1 osquery instances:
The text was updated successfully, but these errors were encountered:
RebeccaMahany
changed the title
launcher should be able to run without osquery
launcher should be able to run with between 0 and n osquery instances
Aug 9, 2024
RebeccaMahany
changed the title
launcher should be able to run with between 0 and n osquery instances
launcher should be able to run without osquery
Aug 9, 2024
RebeccaMahany
changed the title
launcher should be able to run without osquery
launcher should be able to run between 0 and n osquery instances
Aug 13, 2024
We want launcher to be able to run with between 0 and n osquery instances:
There are a couple steps we need to take to be able to do this. This issue tracks the foundational steps necessary to run 0 or 1 osquery instances:
The text was updated successfully, but these errors were encountered: