elasticsearch-perl
elasticsearch-perl copied to clipboard
Official Perl low-level client for Elasticsearch.
It would great if the client could emit a custom HTTP header with every request. Two options should be available to register such a header: as global option and on...
Upgrading my cluster to ES7.0 rendered the perl module with support for only ES 6.0 useless. The 'type' parameter for index mapping is required by the module, but ES 7.0...
See example for `elasticsearch-php` client, [here](https://www.elastic.co/guide/en/elasticsearch/client/php-api/master/configuration.html#_connect_to_elastic_cloud).
remove type from bulk.required to be compatible to ES 7.0
Hi I am new to ES, so not sure what this means. Nevertheless, hope this information can be useful. Also, would be happy to know how to disable this issue....
If you invoke a deprecated endpoint/param in Elasticsearch, a header containing the deprecation message is responded. Please bubble up these messages to the user level.
Feature request description: * the feature is available as an _opt-in_, meaning that a dev needs to explicitly set the value of choice prior to executing the request from the...
Your FOSSA integration was successful! Attached in this PR is a badge and license report to track scan status in your README. Below are docs for integrating FOSSA license checks...
Please consider removing the client-side parameter checking at all. It's causing lots of trouble with nearly no win (see #169 for example). Upgrading the client module isn't always as easy...
So I'm using this amongst other things to load my indexes up in bulk. This process takes some 5-6 hours so I've been profiling to see where I can improve...