mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Rename fielddata_fields to docvalue_fields (#8317)
The parameter fielddata_fields is deprecated and removed in 5.0 https://github.com/elastic/elasticsearch/issues/19027
This commit is contained in:
parent
25a267a7ab
commit
fdc97010b4
@ -119,7 +119,7 @@ function (queryDef) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
query.script_fields = {},
|
query.script_fields = {},
|
||||||
query.fielddata_fields = [this.timeField];
|
query.docvalue_fields = [this.timeField];
|
||||||
return query;
|
return query;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user