|
I would like to see the following for each index
Some of this information can be seen in current reports, but not all in one place. Other data, like the breakout by hot, warm, and cold categories, does not seem to appear anywhere in the Status selections. Does this report, or anything like it, exist? |
|
Well indeed it would be awesome if we had a more detailed view, or if drilldown interaction from the status view took you to a richer detail view about a particular category/bucket/index etc.. But in the meantime, I can answer some of these at the search language level. 1) the question about seeing stats for the hot vs warm and cold buckets.
You can use a different timeformat obviously, but that'll give you a table that looks like:
2) the sum in MB per index, for each day in the last 30 days: if you want to eventually chart it in a FlashChart, use chart:
If on the other hand you want to end up with a table where each row is a unique combination of a day plus an index, you'd take away the timechart and use a bin command and a stats command instead. 3) as for the actual current size on disk of each index, i dont know of a way but its very possible that someone else does. |
