We have a setup of 2 index nodes. We have 3 indexes in the cluster with 1 shard each per index.
The size of the index is around 11GB and we have around 86k documents in the index.
Issue is that our search requests are taking very huge time (sometime more than 10 mins) to return the results.
What i am looking for is a way to get a breakdown of the time that is spent in the search request processing. Is there a way in ES by which we can get the time taken at each phase of the search request