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

No-nonsense Elasticsearch library for Elixir

Results 30 elasticsearch-elixir issues
Sort by recently updated
recently updated
newest added

`mix elasticsearch.build posts --cluster Elastic.ElasticsearchCluster` responds ** (Mix) Index posts could not be created. %HTTPoison.Error{reason: {:tls_alert, {:unknown_ca, 'TLS client: In state wait_cert_cr at ssl_handshake.erl:2109 generated CLIENT ALERT: Fatal - Unknown...

This has been raised before in #93 but it wasn't addressed. We're trying to delete a PIT which requires putting a body on a DELETE request (see https://www.elastic.co/guide/en/elasticsearch/reference/8.11/paginate-search-results.html#:~:text=When%20you%E2%80%99re%20finished%2C%20you%20should%20delete%20your%20PIT) Any chance...

I'm interested in trying elasticsearch-elixir with [Req](https://github.com/wojtekmach/req) or [Finch](https://github.com/sneako/finch) for performance reasons. I see there is an [`ElasticSearch.API` behavior](https://github.com/danielberkompas/elasticsearch-elixir/blob/master/lib/elasticsearch/api/api.ex) for the HTTP client modules, but it looks like the types...

When the encoded struct 'document' is appended to a bulk request performing a delete operation, it causes the bulk request to fail. As a failing curl: ``` curl -X PUT...

This builds on #110 (and includes those commits here too, not sure how to split those out sensibly). Hoping doing things in two chunks makes it a bit easier to...

ES6 end of life date was the [10th of Feb 2022](https://endoflife.date/elasticsearch), this PR has this library at least pass the tests with ES7. Biggest changes are: 1. Use ES 7.12.0...

Followed the documentation for **searching with raw query** and it doesn't work, tried using same example with map and it did indeed work as intended. Ended up using raw query,...

Including the start metadata in the stop metadata for `:telemetry.span`-wrapped Elasticsearch calls. This makes it so reporters don't have to retain requests for an entire span and can use only...

Hello there! Thanks for the project! 🙇 I'm looking into upgrading my server to ES8 and in the [documentation](https://www.elastic.co/guide/en/elasticsearch/client/python-api/current/migration.html) found the following. ``` If you have an existing application enable...