diff --git a/commands/base.py b/commands/base.py index 355002a..e8ab2a8 100644 --- a/commands/base.py +++ b/commands/base.py @@ -159,6 +159,7 @@ def get_text(self): def init_client(self): self._client = Elasticsearch( self.settings.base_url, + send_get_body_as='POST', connection_class=CustomHeadersConnection, headers=self.settings.headers )