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):
- time spent on query phase
- time spent on fetch phase
- end-to-end time for serving the search request
Thanks!