We are indexing millions of documents per day for which we are using the bulk API.
Unfortunately the requests we are generating result in JSON data of more than 100MB per request and a total daily data transfer of multiple GB's.
Is there any way to PUT/POST compressed JSON data in order to reduce the total transferred data?