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: templating:
list: list:
searchnode: searchnode:
allValue: true includeAll: true
multi: true multi: true
hide: 0 hide: 0
text: All text: All

View File

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