change searchnode var

This commit is contained in:
m0duspwnens
2021-11-03 13:40:09 -04:00
parent fab0dd2bad
commit f1d66e2d51
2 changed files with 5 additions and 9 deletions

View File

@@ -2736,7 +2736,7 @@ grafana:
templating:
list:
searchnode:
allValue: true
includeAll: true
multi: true
hide: 0
text: All

View File

@@ -7,7 +7,7 @@
"value": [{{ TEMPLATES.searchnode.get('value', DASHBOARD)| json }}]
},
"datasource": "InfluxDB",
"definition": "show tag values with key=\"host\" WHERE (\"role\" = \"searchnode\")",
"definition": "show tag values with key=\"host\" WHERE (\"role\" = 'searchnode' )",
"description": null,
"error": null,
"hide": {{ TEMPLATES.searchnode.get('hide', 0)| json }},
@@ -16,14 +16,10 @@
"multi": {{ TEMPLATES.searchnode.get('multi', true)| json }},
"name": "searchnode",
"options": [],
"query": "show tag values with key=\"host\" WHERE (\"role\" = \"searchnode\")",
"query": "show tag values with key=\"host\" WHERE (\"role\" = 'searchnode' )",
"refresh": 1,
"regex": "",
"skipUrlSync": false,
"sort": 1,
"tagValuesQuery": "",
"tags": [],
"tagsQuery": "",
"type": "query",
"useTags": false
"sort": 0,
"type": "query"
}