내용으로 건너뛰기

Import package (Plugin) to OpenSearch Service failed validation: "Plugins are not supported for the provided engine version."

0

I’m trying to import the analysis-phonenumber plugin/package into Amazon OpenSearch Service. When I select OpenSearch_v2.19 and upload the ZIP file from:

https://artifacts.opensearch.org/releases/plugins/analysis-phonenumber/2.19.0/analysis-phonenumber-2.19.0.zip

However, no matter what I try, I always get this status: PluginValidationFailureReason : Plugins are not supported for the provided engine version.

Could someone explain how to correctly import this package into OpenSearch?

I’m following the official documentation:

https://docs.aws.amazon.com/opensearch-service/latest/developerguide/custom-plugins.html

https://docs.aws.amazon.com/opensearch-service/latest/developerguide/custom-packages.html

질문됨 3달 전98회 조회
1개 답변
-1

I understand that you are unable to determine if the phone analyzer plugin is available in Amazon OpenSearch Service or if you can install it, as you are currently receiving the following error:

  • "PluginValidationFailureReason : Plugins are not supported for the provided engine version"

Based on the information provided in the AWS documentation, While the phone-analyzers plugin is available in open-source OpenSearch, it is not currently supported within Amazon OpenSearch Service. This limitation exists because Amazon OpenSearch Service is a managed service with a specific set of supported plugins and features.

As a managed service, Amazon OpenSearch Service carefully controls which plugins are supported to ensure service stability, security, and performance. We maintain a curated list of supported plugins that undergo rigorous testing and validation [1]. For a complete list of all plugins running on your domain, make the following request:

GET _cat/plugins?v

References

[1] Plugins by engine version in Amazon OpenSearch Service - https://docs.aws.amazon.com/opensearch-service/latest/developerguide/supported-plugins.html

AWS
전문가
답변함 3달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

관련 콘텐츠