Fetching index cache stats with json api?

Hi,

I know that I can fetch node-level cache stats by using something
like:

http://localhost:9200/_cluster/nodes/stats

Is there a way to fetch index-level cache stats?

Thx

No, there isn't support for that in the index stats API. There should be, but its a bit trickier to do that.

On Wednesday, February 15, 2012 at 11:49 PM, bos wrote:

Hi,

I know that I can fetch node-level cache stats by using something
like:

http://localhost:9200/_cluster/nodes/stats

Is there a way to fetch index-level cache stats?

Thx