documentation-website icon indicating copy to clipboard operation
documentation-website copied to clipboard

[DOC] document download URL for core plugins

Open rursprung opened this issue 1 year ago • 4 comments

What do you want to do?

  • [x] Request a change to existing documentation
  • [ ] Add new documentation
  • [ ] Report a technical problem with the documentation
  • [ ] Other

Tell us about your request. in most cases the core plugins can just be installed by running opensearch-plugin install ${pluginname}. however, if you're offline you need to have access to the ZIP file of the plugin and accordingly need to download it first. for plugins hosted in other repositories this is not an issue, as they're (a) published as a github release and (b) usually published to maven central.

currently, the download URL for core plugins is not documented, thus it's not possible to just download them.

Version: n/a (all of them)

What other resources are available? as discussed on slack with @reta & @saratvemulapalli who can provide the necessary input here

rursprung avatar Nov 15 '24 08:11 rursprung

@Naarcha-AWS: please don't assign this to me - I don't know the URL to be documented 😅

rursprung avatar Nov 15 '24 17:11 rursprung

@Naarcha-AWS please assign it to me, thank you!

reta avatar Nov 15 '24 18:11 reta

i now manually pieced together based on some code that the URL e.g. for my plugin is https://artifacts.opensearch.org/releases/plugins/analysis-phonenumber/2.18.0/analysis-phonenumber-2.18.0.zip - i guess it's always https://artifacts.opensearch.org/releases/plugins/${PLUGIN}/${OS_VERSION}/${PLUGIN}-${OS_VERSION}.zip?

rursprung avatar Dec 13 '24 18:12 rursprung

i guess it's always https://artifacts.opensearch.org/releases/plugins/${PLUGIN}/${OS_VERSION}/${PLUGIN}-${OS_VERSION}.zip?

@rursprung I am waiting till https://github.com/opensearch-project/opensearch-build/issues/5188 is resolved so we would ensure no changes in the SNAPSHOT repo coordinates.

reta avatar Dec 13 '24 18:12 reta

i just realised that this issue is still assigned to me. that's wrong, please unassign it (or assign it to @reta based on his previous comment). thanks!

rursprung avatar Apr 03 '25 10:04 rursprung