Hi I'm using Kibana+ES. ES cluster contains 1 master and 2 clients.
And OOM happens in ES node when I connect kibana to one of them.
Heap dump shows that most of the memory is consumed by hundreds of byte(16.7M for each) :
POST /_xpack/monitoring/_bulk?system_id=kibana&system_api_version=6&interval=10000ms HTTP/1.1..content-type: application/x-ndjson..Host: ****..Content-Length: 1866..Connection: keep-alive....{"index":{"_type":"kibana_stats"}}.{"kibana":{"uuid":"****-****-****-****","name":"kibana","index":".kibana","host":"0","transport_address":"0:5601","version":"6.5.1","snapshot":false,"status":"green"},"usage":{"kql":{"optInCount":0,"optOutCount":0,"defaultQueryLanguage":"default-lucene"},"rollups":{"index_patterns":{"total":0},"saved_searches":{"total":0},"visualizations":{"total":0,"saved_searches":{"total":0}}},"index":".kibana","dashboard":{"total":0},"visualization":{"total":0},"search":{"total":0},"index_pattern":{"total":9},"graph_workspace":{"total":0},"timelion_sheet":{"total":0},"xpack":{"spaces":{"available":true,"enabled":true,"count":1},"reporting":{"available":true,"enabled":true,"browser_type":"chromium","_all":0,"csv":{"available":true,"total":0},"printable_pdf":{"available"
Call stack :
I'd really appreciate ideas how to solve this.
Thanks,