I am using Kibana 5.6 Timelion right now and found some weird behavior.
I am setting an absolute time 2019-10-29 00:00:00.000 to 2019-10-29 23:59:59.999. And split rows by date histogram with daily interval. The data table returns me 1 data which is as expected. But in timelion will give me 2 data, both are the same value from the result of data table. Please see below screenshot.
Screenshot from Data Table
Screenshot from Timelion
And here is the payload from timelion. Hope this will help.
{"sheet":[".es(index='sa-gec.com_prereturn_join', timefield='PreReturn.creation_ts', q=\"(Vars_PreReturn.lad_segment:(lad_seg1 or lad_seg2)) AND (_exists_:PostReturn.creation_ts)\").label('LAD Daily Count').bars(15)"],"extended":{"es":{"filter":{"bool":{"must":[{"match_all":{}}],"must_not":[]}}}},"time":{"from":"2019-10-29T07:00:00.000Z","to":"2019-10-30T06:59:59.999Z","mode":"absolute","interval":"1d","timezone":"America/Los_Angeles"}}
Could you please give me some clue how can I make timelion work as expected? Like return only one day data?
Thanks a lot.
Jasmine