mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
change searchnode var
This commit is contained in:
@@ -2736,7 +2736,7 @@ grafana:
|
||||
templating:
|
||||
list:
|
||||
searchnode:
|
||||
allValue: true
|
||||
includeAll: true
|
||||
multi: true
|
||||
hide: 0
|
||||
text: All
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user