Document/field sizing

Hi all,

Is there a way to get document/field size statistics for a particular index?

I currently use the indices stats API to get some information but it only
gives me #documents and store size which is an average.

e.g.:

curl -XGET 'http://localhost:9291/_cat/indices/log*?bytes=b' -s | sort |
awk '{print $2, $8/$5}'

logstash-2014.11.01 298.375 #index, average doc size
On a related note, what is the default 'compression' within ES 1.3.2 (fyi,
i'm using logstash's default template here).

Many thanks,

Derry

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/39ee2b50-883c-4682-a676-5b2e9024acd8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.