-
Notifications
You must be signed in to change notification settings - Fork 557
Software inventory: See last time Linux software was used #27902
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The
This is similar to #27087, but for Linux. What have you tried?I made a Potential solutionsFleet would need to identify a way to reliably collect the last opened time for applications on Linux hosts, then return that timestamp on a per-host basis in the API response. What is the expected workflow as a result of your proposal?
|
Heads-up: the only data source where we currently support Our Linux software detail query pulls from DEB packages, RPM packages, Chrome extensions, Firefox addons, Python packages (via an additional query), NPM packages, and Portage packages. Of those, npm/Chrome/Firefox/Python packages include installed paths; the others don't. For cases where we can access installed paths, we could probably join against For at least package types that don't have installed paths ( Given the above, first step seems like it would be to confirm that relevant software is being inventoried (counterexample: snap packages). Next, for a representative double-handful of Linux software, determine what the "correct" last opened time is and how to programmatically get that. Then figure out a fast/light/consistent way of pulling that data, determine how that should be exposed in osquery, and add the missing functionality (again, for deb package we'll have to add something no matter what). |
customer-numa
: Gong snippet: Customer does not allow call recordingslast_opened_at
data to support software usage tracking in Flexera. This way, they can answer these questions:last_opened_at
timestamps for software on Linux hosts via theGET /api/v1/fleet/hosts/:id
endpoint.The text was updated successfully, but these errors were encountered: