mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
derive stub
This commit is contained in:
parent
19dc44df98
commit
c857b04ac4
@ -42,7 +42,8 @@ function (angular, _, config) {
|
||||
// Define the query types and the version of elasticsearch they were first available in
|
||||
this.queryTypes = [
|
||||
{name:'lucene',require:">=0.17.0"},
|
||||
{name:'regex',require:">=0.90.3"}
|
||||
{name:'regex',require:">=0.90.3"},
|
||||
{name:'derive',require:">=2.0.0"}
|
||||
];
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user