I am trying out some timelion visualizations in Kibana. In it I am not sure how to provide filter tab for the data. For example, yearly country population data and filter tab to filter it based on zone and state. Usually a timelion expression is just like ".es()" and some functions which can be appended to it like
.es(*).bars().label("Population")
I don't want to specify filter under ".es(q=???)" as this will make the filter static and the user won't be able to use filtering directly. ( In this case, every time user has to go to edit timelion window and edit filter there.)