Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

Loudr/elasticsearch-urlfetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elasticsearch-urlfetch

Provides a URLFetchConnection connection_class for https://github.com/elastic/elasticsearch-py

This allows Elasticsearch instances to directly interface URLFetch, rather than being patched through Requests or urllib3.

Usage:

    from elasticsearch_urlfetch import URLFetchConnection

    es = Elasticsearch(connection_class=URLFetchConnection)
    ...

Releases

No releases published

Packages

No packages published

Languages