You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?