[Ingest Manager] Discuss: Add route for installed packages #70860
Labels
Team:Fleet
Team label for Observability Data Collection Fleet team
technical debt
Improvement of the software architecture and operational architecture
Problem
There isn't an API to list/query/filter installed (
epm-packages
) packages./epm/packages
maps to the available packages from the Registry; not installed ones.So, for example, when the UI for listing the installed packages calls
/epm/packages
we must iterate/filter a list of all packages on the registry instead of querying ES for those which are installed.This also means we must implement any search & filtering for installed packages in JS instead of using (or starting with) ES.
Some options
/epm/packages?status=installed&etc=etc
or/epm/packages/installed?etc=etc
/epm/installed
, or/epm/saved_objects
/epm/packages/available
&/epm/packages/installed
The text was updated successfully, but these errors were encountered: