amazon-es-php
amazon-es-php copied to clipboard
An AWS Signature V4-signing handler for Elasticsearch-PHP
Hi, I'm using the same code to add credentials for ES and OpenSearch. It works great for ES, but fails with OpenSearch: `{“message”:”Authorization header requires ‘Credential’ parameter. Authorization header requires...
We are unable to configure either global or per-request connection timeout when using `ElasticsearchPhpHandler`. * Without the handler, this works, and connection timeout is correctly triggered after 1 second: ```php
Hi I got this error while connecting AWS Managed Elasticsearch. But My code does not provide any error on my local environment. I have shared my both environment specification below:...
I have the following code, but I keep getting a 500 error whenever I send an index call to the client. I cannot figure out where my issue is: ```...