Hi,
I'm trying to visualise some data with Timelion.
It is working well, until i want to parse a .if() condition.
Then i have a "too many shards error". I tried something very simple for the test
.es(index= test-rabbitmqinput-* ).if(eq,.es(index= test-rabbitmqinput-*,metric=max:Temp),0,null)
but still i have the same error, requesting 1190 shards out of the 1000 authorised...
I don't understand why there is so many shards needed. I have only 2 index to query, with 5 shards each, and there is one data per minute in a 2h time frame. It is not so many data, so why is 1190 shards requested ?
Is the metric max the problem ?