- Le plus récent
- Le plus de votes
- La plupart des commentaires
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
Contenus pertinents
- demandé il y a 8 mois
- demandé il y a 8 mois
- demandé il y a un mois

This answer is not helpful at all. So, what exactly is this feature, and how does it work as described in the documentation? https://docs.aws.amazon.com/opensearch-service/latest/developerguide/custom-plugins.html
It seems like there should be a way to install such plugins.