pandagg.client module

class pandagg.client.Elasticsearch(hosts=None, transport_class=<class 'elasticsearch.transport.Transport'>, **kwargs)[source]

Bases: elasticsearch.client.Elasticsearch

fetch_indices(index='*')[source]
Parameters:index – Comma-separated list or wildcard expression of index names used to limit the request.