elasticsearch-py
elasticsearch-py copied to clipboard
Official Python client for Elasticsearch
This is potential fix for #2005 where the `sniffer_callback` is missing setting the auth headers.
👋 howdy, team! **Describe the feature**: @scranberryjam & I would like to add more [Elasticsearch Client](https://www.elastic.co/guide/en/elasticsearch/client/index.html) content to the [Elasticsearch API docs](https://www.elastic.co/guide/en/elasticsearch/reference/current/rest-apis.html). example difference --- Examples for [Cluster API's](https://www.elastic.co/guide/en/elasticsearch/reference/current/cluster.html) -...
**Describe the feature**: 1. Not able to get/search records with the new `version 8.12.0` 2. i'm using this query to search records: `{ "sort": [{"updated_at": {"order": "desc"}}], "query": { "bool":...
**Elasticsearch version** (`bin/elasticsearch --version`): 8.8.2 **`elasticsearch-py` version (`elasticsearch.__versionstr__`)**: 8.12.0 **Description of the problem including expected versus actual behavior**: The `include_named_queries_score` is [present in the REST API spec](https://github.com/elastic/elasticsearch/blob/4faaa284994c02a3b34e4c6f8406e04ddedccb2b/rest-api-spec/src/main/resources/rest-api-spec/api/search.json#L244) but it does...
The engineering team here at Elastic is looking for developers to participate in research and feedback sessions to learn more about how you use our Python client and what improvements...
elasticsearch-py version: v7.17.9 Description: In the old elasticsearch_async library, when creating a AsyncElasticsearch object, we can set value for use_dns_cache to disable dns caching. However, this does not work right...
**Elasticsearch version**: `8.12.0` **`elasticsearch-py` version**: `8.12.0` **Description of the problem including expected versus actual behavior**: I am encountering a type mismatch error when attempting to use the `Elasticsearch.search` method with...
I removed the from parameter to fix the bug in the documentation reported [here](https://github.com/elastic/elasticsearch-py/issues/2385). I also wanted to know if you knew of a good spot to add back to...
Currently, there is no way to specify HTTP proxy urls for the ElasticSearch client to use when performing requests. Although issue #275 is marked as closed, there is no evidence...
Not sure if this is correct! After a lot flailing I managed to get the generate-examples.py script working locally. Steps: 1. I ran the https://github.com/elastic/clients-flight-recorder/tree/main/scripts/parsed-alternative-report-recorder script locally 2. Ran generate-examples.py...