Additional Plugin Installation

We currently use several additional plugins (e.g. mapper-murmur3, analysis-icu and others). Are there instructions on how to install these, preferably by pulling in a zip file?

I would start here: OpenSearch plugins - OpenSearch documentation

If you run into specific problems, post them here!

I had already been there and it didn’t provide the information I needed. From digging around elsewhere though I found that I could source the zip files to do what I needed, e.g.
https://artifacts.opensearch.org/releases/plugins/analysis-icu/1.1.0/analysis-icu-1.1.0.zip
https://artifacts.opensearch.org/releases/plugins/mapper-murmur3/1.1.0/mapper-murmur3-1.1.0.zip

I’ve submitted a PR to update that documentation page to make this clearer. Add new plugins to installation page by jcgraybill · Pull Request #238 · opensearch-project/documentation-website · GitHub