Hello,
I have added two different timelion in dashboard, I have set interval in both timelion es query.
Timelion 1:
.es(interval=1M,split=country:5,timefield=ts,q='type:sales')
Timelion 2:
.es(interval=1h,split=country:5,timefield=ts,q='type:sales')
But still both the timelions show data with same interval ex by hourly. How to fix this?