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 use the Cat API:es.cat.indices(h='index', s='index').split()
es.cat.indices(h='index', s='index').split()