Skip to content

Commit

Permalink
Fix es inventory aggregation
Browse files Browse the repository at this point in the history
  • Loading branch information
np5 committed May 14, 2020
1 parent 4805ecc commit dfaf5c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zentral/contrib/inventory/exporters/es_aggregations.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import uuid
from django.utils import timezone
from elasticsearch import Elasticsearch, RequestError
from elasticsearch.client.xpack import IlmClient
from elasticsearch.client import IlmClient
from zentral.core.exceptions import ImproperlyConfigured
from zentral.contrib.inventory.models import Source
from zentral.contrib.inventory.utils import SourceFilter
Expand Down

0 comments on commit dfaf5c6

Please sign in to comment.