elasticsearch-php icon indicating copy to clipboard operation
elasticsearch-php copied to clipboard

Official PHP client for Elasticsearch.

Results 66 elasticsearch-php issues
Sort by recently updated
recently updated
newest added

Hello, could you please make a new release `6.8.3` to from `6.8` branch to rollout `psr/log` [v2/3 compatibility](https://github.com/elastic/elasticsearch-php/commit/f3e0336ba95fdcd2e7aca73f7e8d29b3b301879c)? Thank you in advance!

### Summary of problem or feature request when i want to check the index exsist, then it's reported "Not a valid Json: Syntax error" ### Code snippet of problem ```php...

question
Missing documentation

### Summary of problem or feature request Logs from an asynchronous job in a Laravel queue are not sent to Elasticsearch until you shutdown the queue process. This is because...

Hi. I don't see a changelog for the latest version. Is possible you forget to publish? Best regards

### Summary of problem or feature request ` 405 Not Allowed: 405 Not Allowed 405 Not Allowed nginx ` ### Code snippet of problem ```php /www/wwwroot/xxxxxx/vendor/elasticsearch/elasticsearch/src/Response/Elasticsearch.php line 65 ``` ###...

I want to once again bring up the issue already discussed in #1337 about `guzzlehttp/guzzle`. While I understood [the reasoning for requiring guzzle](https://github.com/elastic/elasticsearch-php/issues/1337#issuecomment-1661585788) was more about making life easier for...

Out of nowhere we suddenly get this fatal error popping up. It looks random, after running the same script again, it works fine. Declaration of Elastic\Elasticsearch\Response\Elasticsearch::withStatus(int $code, string $reasonPhrase =...

As titled, see #1303 for details - [x] in 7.17 branch #1311 - [ ] in 8.8 branch - [ ] in main

Documentation

We should add the ELASTIC_CLIENT_URL_PLUS_AS_SPACE in 8.x as we did for 7.x in #1303

### Summary of problem or feature request The transport or pool should make an effort to report low-level network errors that lead to `NoNodeAvailableException`. There have been a couple of...