

Kibana dashboards allow you to build visualizations quickly and easily on top of data indexed within Elasticsearch. However, the UI abstraction over Elasticsearch can make it tricky to diagnose performance issues in individual panels — especially for developers used to diving into the detail of implementations using debuggers and other profiling tools.
This blog introduces four approaches to help investigate and diagnose performance issues with Kibana dashboards. Specifically, we'll co






