help wanted
描述
Howdy! When logging features it sure would be faster to get to use the msearch api, though what's documented in the examples is just search. When trying to use that, hit:
~/.local/lib/python3.7/site-packages/elasticsearch/connection/base.py in _raise_error(self, status_code, raw_data)
176
177 raise HTTP_EXCEPTIONS.get(status_code, TransportError)(
--> 178 status_code, error_message, additional_info
179 )
RequestError: RequestError(400, 'illegal_argument_exception', 'key [ext] is not supported in the metadata section')