We have a lot of large indices indices, separated daily as eg ourindex-YYYY.MM.DD
Timelion appears to be a bit insensitive to the dates. I want to create a dashboard (for people who don't want to edit timelion config) to show a few time series, which can be usefully viewed with the time-picker set to "Last 15m".
At the moment I appear to have two inadequate options:
- use
.es(index=ourindex-*)
- manually insert the appropriate
YYYY.MM.DD
value each day
The second option is out because it's too much hassle for the users, and the first one goes off and queries a thousand or so large indices, taking quite a while to return.
Is there any way to get Timelion to only hit the time-picker appropriate dated indices?