Hi All,
I'm currently using Elasticsearch client for Python 3.
I'm trying to import IlmClient module, but I received following error.
>>> from elasticsearch.client import IlmClient
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: cannot import name 'IlmClient'
Can someone please help me? How should I import and use this module.
Thank you,
Jesus