Hi I am running Kibana on a separate system over the network which connects to elasticearch. Architecture is attached.
This usually occurs when there is I carry out a large search.
Here is the error, I get.
log [05:24:42.072] [info][authentication][plugins][security] Authentication attempt failed: [circuit_breaking_exception] [parent] Data too large, data for [<http_request>] would be [1048911872/1000.3mb], which is larger than the limit of [1020054732/972.7mb], real usage: [1048911872/1000.3mb], new bytes reserved: [0/0b], usages [request=55109864/52.5mb, fielddata=146614/143.1kb, in_flight_requests=626600/611.9kb, accounting=39810896/37.9mb], with { bytes_wanted=1048911872 & bytes_limit=1020054732 & durability="TRANSIENT" }
log [05:24:42.084] [warning][licensing][plugins] License information could not be obtained from Elasticsearch due to [circuit_breaking_exception] [parent] Data too large, data for [<http_request>] would be [1051009024/1002.3mb], which is larger than the limit of [1020054732/972.7mb], real usage: [1051009024/1002.3mb], new bytes reserved: [0/0b], usages [request=55142744/52.5mb, fielddata=146614/143.1kb, in_flight_requests=454062/443.4kb, accounting=39810896/37.9mb], with { bytes_wanted=1051009024 & bytes_limit=1020054732 & durability="TRANSIENT" } :: {"path":"/_xpack","statusCode":429,"response":"{\"error\":{\"root_cause\":[{\"type\":\"circuit_breaking_exception\",\"reason\":\"[parent] Data too large, data for [<http_request>] would be [1051009024/1002.3mb], which is larger than the limit of [1020054732/972.7mb], real usage: [1051009024/1002.3mb], new bytes reserved: [0/0b], usages [request=55142744/52.5mb, fielddata=146614/143.1kb, in_flight_requests=454062/443.4kb, accounting=39810896/37.9mb]\",\"bytes_wanted\":1051009024,\"bytes_limit\":1020054732,\"durability\":\"TRANSIENT\"}],\"type\":\"circuit_breaking_exception\",\"reason\":\"[parent] Data too large, data for [<http_request>] would be [1051009024/1002.3mb], which is larger than the limit of [1020054732/972.7mb], real usage: [1051009024/1002.3mb], new bytes reserved: [0/0b], usages [request=55142744/52.5mb, fielddata=146614/143.1kb, in_flight_requests=454062/443.4kb, accounting=39810896/37.9mb]\",\"bytes_wanted\":1051009024,\"bytes_limit\":1020054732,\"durability\":\"TRANSIENT\"},\"status\":429}"} error
Also is there a way for checking consistency of indices? (not the health?v)
Could someone please guide me?
Thank you very much.