Closed
Bug 1346295
Opened 9 years ago
Closed 9 years ago
Kibana 4.1 stack runs into memory issues under small queries
Categories
(Cloud Services :: Operations: Metrics/Monitoring, task)
Cloud Services
Operations: Metrics/Monitoring
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: benbangert, Assigned: oremj)
Details
The new Kibana 4.1 here:
https://autopush-kibana.prod.mozaws.net/_plugin/kibana/
Throws errors doing fairly basic queries, none of which ever caused issues on the old Kibana/Logging stack.
I have a dashboard there which illustrates the issue, "Autopush dashboard prototype".
Errors such as:
Visualize: Request to Elasticsearch failed: {"error":{"root_cause":[{"type":"exception","reason":"ElasticsearchException[CircuitBreakingException[[fielddata] Data too large, data for [Fields.router_key] would be larger than limit of [2405459558/2.2gb... more
I had substantially more complex dashboards and displays on the old kibana/logging stack that worked without issue.
Updated•9 years ago
|
Assignee: nobody → dthorn
| Reporter | ||
Updated•9 years ago
|
Summary: Kibana 4.1 stack can't dashboard most things → Kibana 4.1 stack runs into memory issues under small queries
Comment 1•9 years ago
|
||
I increased the size of the elasticsearch cluster in use for autopush in prod, and that dashboard is working now. memory has increased by 4x per node (to 15 GiB), and I doubled the number of nodes from 2 to 4. I suspect you may still need more resources in your elasticsearch cluster, but I think this is a good start.
Comment 2•9 years ago
|
||
resolving this as fixed, please reopen if you see that it's still an issue.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 3•9 years ago
|
||
I'm still having issues when trying to get more than a few days of history on the main dashboard I made.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Updated•9 years ago
|
Assignee: dthorn → oremj
| Assignee | ||
Comment 4•9 years ago
|
||
I've bumped the instance sizes again and am now able to go out 7 days on that dashboard.
Status: REOPENED → RESOLVED
Closed: 9 years ago → 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•