We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4805ecc commit dfaf5c6Copy full SHA for dfaf5c6
zentral/contrib/inventory/exporters/es_aggregations.py
@@ -2,7 +2,7 @@
2
import uuid
3
from django.utils import timezone
4
from elasticsearch import Elasticsearch, RequestError
5
-from elasticsearch.client.xpack import IlmClient
+from elasticsearch.client import IlmClient
6
from zentral.core.exceptions import ImproperlyConfigured
7
from zentral.contrib.inventory.models import Source
8
from zentral.contrib.inventory.utils import SourceFilter
0 commit comments