Skip to content

Commit

Permalink
Fix for perfsonar/grafana#8. Reload variables on time range change
Browse files Browse the repository at this point in the history
  • Loading branch information
arlake228 committed May 24, 2024
1 parent ce3e354 commit d1e9fd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions psconfig/perfsonar-psconfig/templates/endpoints.json.j2
Original file line number Diff line number Diff line change
Expand Up @@ -3280,7 +3280,7 @@
"name": "source",
"options": [],
"query": "{\"find\":\"terms\", \"field\":\"test.spec.source.keyword\", \"size\": 10000000}",
"refresh": 1,
"refresh": 2,
"regex": "",
"skipUrlSync": false,
"sort": 0,
Expand All @@ -3296,7 +3296,7 @@
"name": "dest",
"options": [],
"query": "{\"find\":\"terms\", \"field\":\"test.spec.dest.keyword\", \"query\": \"test.spec.source.keyword: $source\", \"size\": 10000000}",
"refresh": 1,
"refresh": 2,
"regex": "",
"skipUrlSync": false,
"sort": 0,
Expand Down

0 comments on commit d1e9fd7

Please sign in to comment.