Skip to content

Commit

Permalink
Merge branch 'release-1.8.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
dilallkx committed Oct 13, 2021
2 parents d3ba96e + 344db8c commit 1e63a66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -974,7 +974,7 @@
"measurement": "events",
"orderByTime": "ASC",
"policy": "default",
"query": "SELECT type,description FROM $database.autogen.events WHERE (\"src\" =~ /^$src$/ AND (\"dest\" =~ /^$dest$/ OR \"dest\" = \'\')) AND $timeFilter ORDER BY time desc LIMIT 100",
"query": "SELECT type,description FROM $database.autogen.events WHERE (\"src\" =~ /^$src$/ AND (\"dest\" =~ /^$dest$/ OR \"dest\" = \"\")) AND $timeFilter ORDER BY time desc LIMIT 100",
"rawQuery": true,
"refId": "A",
"resultFormat": "time_series",
Expand Down

0 comments on commit 1e63a66

Please sign in to comment.