opensearch-plugins
opensearch-plugins copied to clipboard
Provide a mechanism for installing native libraries in plugins
Coming from https://github.com/opensearch-project/opensearch-build/pull/239/files#r690394944
Take a look at https://github.com/opensearch-project/opensearch-build/blob/main/release/tar/linux/opensearch-tar-install.sh to see how LD_LIBRARY_PATH is set to consume the native library. TL;DR: OpenSearch plugins don't really have a good way to include native libraries.