Average search time for specific index

I can use ElasticHQ to monitor average search time
avg_search_time = total_search_time / number_of_requests

Is there a way to see this statistics for particular index?
Maybe some api or plugins or tools provide such information?