mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
This commit is contained in:
parent
2f31e58ee8
commit
175c278d34
1 changed files with 1 additions and 1 deletions
|
@ -553,7 +553,7 @@ app.controller('graphuiPlugin', function (
|
|||
|
||||
//== Drill-down functionality ==
|
||||
const defaultKibanaQuery = ',query:(query_string:(analyze_wildcard:!t,query:\'*\'))';
|
||||
const drillDownRegex = /\{\{gquery\}\}/;
|
||||
const drillDownRegex = /\{\{gquery\}\}/g;
|
||||
|
||||
$scope.checkForKibanaUrl = function () {
|
||||
$scope.suggestTemplateFix = $scope.newUrlTemplate.url === $scope.lastPastedURL &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue