Time spent on "Query Phase", "Fetch Phase" etc for each and every search request

I do understand that each search request served by elasticsearch has a "query phase" and a "fetch phase".

Is there a way in elasticsearch to log and report the following details for each and every query (not just the slow queries):

  1. time spent on query phase
  2. time spent on fetch phase
  3. end-to-end time for serving the search request

Thanks!

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.