Skip to content

Commit

Permalink
Fix wrong arguments in buildEsQuery
Browse files Browse the repository at this point in the history
  • Loading branch information
markov00 committed Nov 21, 2018
1 parent 3e8e021 commit c8c0dfd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const MetricsRequestHandlerProvider = function (Private, Notifier, config, $http
if (panel && panel.id) {
const params = {
timerange: { timezone, ...parsedTimeRange },
filters: [buildEsQuery(aggs.indexPattern, [query], filters), esQueryConfigs],
filters: [buildEsQuery(aggs.indexPattern, [query], filters, esQueryConfigs)],
panels: [panel],
state: uiStateObj
};
Expand Down

0 comments on commit c8c0dfd

Please sign in to comment.