Monitoring query stats

How do i monitor individual query stats viz. What is the exact search/filter request and time taken to execute the same + other stats. I need

  1. What exact request came in
  2. What is the response time
  3. Did it fail
  4. Number of nodes/shards it has to depend on
  5. Perf/Stress metrics on memory/cpu etc.

Hi Karthik,

Marvel doesn't provide this level of visibility today. This sort of query analysis is something we're considering adding in the future though!

For now, I suggest starting with the Elasticsearch slow log and using the query profile API to help you understand why expensive queries are so expensive.

Thanks,
Steve

Thansk Steve.