changes to the scoll method in 6.4 submits the scroll id as part of the URL. This causes: elasticsearch.exceptions.RequestError: RequestError(400, 'too_long_frame_exception', 'An HTTP line is larger than 4096 bytes.') When there are a large number of shards involved creating a large scroll id. https://github.com/elastic/elasticsearch-py/blob/99effab913c29ce341b3199f042bcb45cf8291a2/elasticsearch/client/__init__.py#L1341