Skip to content

[EPM] old package versions not showing up if installed in installed tab #61679

@neptunian

Description

@neptunian

If the user has a package installed that is not the latest version and navigates to the "Installed Packages" tab, it will not show up in the list because we save installed packages by version and when we retrieve the list of available packages via http://localhost:5601/ssg/api/ingest_manager/epm/packages endpoint it returns only the most recent package version which we use to compare against the installed (saved objects) version. Since there is no match, it will not show as installed.

I think this can be fixed by comparing against the package name (nginx) and not the package id (nginx-1.1.0)

Metadata

Metadata

Assignees

Labels

Feature:EPMFleet team's Elastic Package Manager (aka Integrations) projectIngest Management:alpha1Group issues for ingest management alpha1Team:FleetTeam label for Observability Data Collection Fleet teambugFixes for quality problems that affect the customer experience

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions