dask-elk icon indicating copy to clipboard operation
dask-elk copied to clipboard

Use dask to fetch data from Elasticsearch in parallel by sending the request to each shard separatelly.

Results 2 dask-elk issues
Sort by recently updated
recently updated
newest added

Failed connect to elasticsearch manage by aws behind VPN `client = DaskElasticClient(host='es.amazonaws.com', port=9200, scheme="https")` `my_index="my_index"` `df = client.read(index=my_index)`