You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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?
What do you want to do?
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
The text was updated successfully, but these errors were encountered: