I have one to many multivalue fields with exact size and I would like to do the average by index.
ex:
multivalue field1
1
2
3
multivalue field2
3
6
7
Result:
2
4
5
Check out the mvstats for Splunk app in splunkbase (https://splunkbase.splunk.com/app/5198).