Skip to content

Commit

Permalink
Timelion graph is not refreshing content after searching or filtering…
Browse files Browse the repository at this point in the history
… in Kibana

Closes elastic#66560
  • Loading branch information
DianaDerevyankina committed May 19, 2020
1 parent b900040 commit a5fbc16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default function buildRequest(config, tlConfig, scriptedFields, timeout)

// Use the kibana filter bar filters
if (config.kibana) {
bool.filter = _.get(tlConfig, 'request.payload.extended.es.filter');
bool.filter = _.get(tlConfig, 'request.body.extended.es.filter');
}

const aggs = {
Expand Down

0 comments on commit a5fbc16

Please sign in to comment.