elasticsearch-perl
elasticsearch-perl copied to clipboard
Official Perl low-level client for Elasticsearch.
Addressing issue: https://github.com/elastic/elasticsearch-perl/issues/162 Replacing Try::Tiny with raw eval as it has speed issues. Also fixed a pretty=1 vs pretty=true issue in the test files. Had some issues running the other...
Related to #131 , First POC and draft of an implementation strategy
Our web servers have a Squid proxy protecting them which prevents GET with body. The default setting in Transport can (?) be overridden via argument to the constructor in the...
The connection pooling model here is really good. This would be nice to implement as its own CPAN distro, independent of Elasticsearch. The Elasticsearch-specific bits could then be subclassed back...
I'm attempting to use the scroll API against Elasticsearch v6.3.0 with Search::Elasticsearch v6.0 ```perl for my $name (@species) { $iterable = $es->scroll_helper( index => 'trackhubs_v1', body => { query =>...
I'm not at the right PC right now with the right SSH key to make a proper PR, sorry! https://github.com/elastic/elasticsearch-perl/blob/master/lib/Search/Elasticsearch/Client/7_0/Bulk.pm#L303 ``` $bulk->add_action($_) for (@actions); # or foreach my $action (@actions)...
The latest release Search-Elasticsearch-Client-7_0-8.12 cannot be built. On a freebsd system it looks like this: ``` Output from '/usr/perl5.38.2/bin/perl Makefile.PL': Checking if your kit is complete... Looks good ... Tried...
Hi out there we changed from REHL7 to RHEL8, perl5.10 to 5.26 and unfortutately our ES-Scripts does not work anymore. Have any of you ever seen something like this before?...
The beta is here. And given #220 , knowing when we will start being limited in compatibility will be important for an eventual community fork. Or for dependent perl projects...