Elasticsearch monitoring tool - A chrome extension

Hey guys,

I've been debugging Elasticsearch clusters for years, and I got tired of jumping between _cat APIs, and terminal tabs just to check cluster health. So I built a lightweight Chrome extension that surfaces the metrics I actually care about right from the browser toolbar. No agents, no setup overhead.

I'm sharing some of the metrics and insights below.

  • indexing rate/latency & search rate/latency
  • cluster status
  • node stats
  • JVM heap
  • Active HTTP traffic
  • long running tasks (reindex, update by query, etc)
  • Slow search detection (with auto collect and profile aka. diagnose)

It's called Searchali Monitoring (Elasticsearch Performance Monitoring) and I'd genuinely love feedback from people who live in ES clusters daily. Happy to answer questions or take feature requests here.

:link: https://www.searchali.com/monitoring

1 Like