Using ad hoc filters in template queries

Is there a way to apply the adhoc filters to not only the metric queries but also apply them to the queries in the template variables?

I have a variable of type query and would like to be able to add the adhoc filters to the query, fx:
{"find": "terms", "field": "someField", "query": "<ad hoc query filters here>"}
or something with similar results.

I am using grafana 4.4.3 and using elasticsearch as my datasource.

Hi,

No, this is not supported at the moment. Feel free to add feature request at Github.

Marcus