How would I get a list of the names of an index in Python? Here is what I have so far:
>>> es=e.es >>> es
You can get _mapping to get list of all indexes by doing something like that.
requests.get(full_elastic_url + "/_mapping")