I am getting an exception when trying to bulk insert into elasticsearch v6.6.0
.
It was fine earlier.
Here's the exception message:
Elasticsearch bulk insert exception, TransportError(503, 'circuit_breaking_exception', '[parent] Data too large, data for [<http_request>] would be [746384154/711.8mb], which is larger than the limit of [745517875/710.9mb], usages [request=0/0b, fielddata=626151547/597.1mb, in_flight_requests=889937/869kb, accounting=119342670/113.8mb]')
How do I configure for the data limit? since the exception is stating data too large, than the limit
?