Hi, I am trying to use split in Kibana/Timelion. I am not being able to split by term when I use the parameter .es(split:"foo.bar:10"). Note here: foo.bar is a nested field in my document. Is this a known issue? I am no Kibana 4.5.4.
Further, is it, in this or the latest Kibana version, possible to split by data histogram (like the Line Chart allows), much like group by days for the splits?
Also do divides and other chain-able methods honor the split? For example can I do something like .es(index='foo', metric='sum:field1', split='split_field:10').divide(.es(index='foo', metric='sum:field2', split='split_field:10')) to get the sum(field1)/sum(field2) split by split_field?