-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Fleet] Allow to link to Integration without specifying the concrete version #93393
Comments
Pinging @elastic/fleet (Team:Fleet) |
@ph I think this is needed to link from the add data UI to the APM integration in Fleet |
cc @ruflin @paul-tavares @neptunian since I know we've debated "always show latest" vs installed in the past |
@ruflin I don't recall anything specific, but will look into it. I know we have several places that assume/require the latest version, but hopefully that won't affect us here. |
Relabeled to 7.14, hope this is ok. |
@ogupte @cauemarcondes this is the issue regarding the |
Default to either the installed version of an integration, or the latest available version based on installation status when a version is not included in the integration details URL. Closes elastic#93393
Default to either the installed version of an integration, or the latest available version based on installation status when a version is not included in the integration details URL. Closes #93393
Default to either the installed version of an integration, or the latest available version based on installation status when a version is not included in the integration details URL. Closes elastic#93393
Default to either the installed version of an integration, or the latest available version based on installation status when a version is not included in the integration details URL. Closes #93393 Co-authored-by: Kyle Pollich <[email protected]>
At the moment the exact version is specified when navigatin to an Integration in Fleet, for example
<host>:<port>/app/fleet#/integrations/detail/apm-0.1.0-dev.5/overview
.When linking to an Integration from some other Kibana app, this requires to know about the Integration versions. It would be easier if a URL without the version would just show the installed, or if not installed the latest available, Integration.
Example:
<host>:<port>/app/fleet#/integrations/detail/apm/overview
.Edit: this issue is currently blocked until we figure out plans for Integration UI and capacity for that work in 7.14.
The text was updated successfully, but these errors were encountered: