So in timelion you can do something like this: .es('user="bob"').divide(.es())
I would like to apply a base filter, is there a way to do it without duplicating the filter like this: .es('user="bob" AND type="singer"').divide(.es(type="singer"))
It sounds like what you are looking for is the concept of variables in timelion which, unfortunately, is not formally implemented today. Timelion does have the concept of variables under the hood, but it is not feature complete or stable, and thus could change at any time.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.