mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-10 19:22:54 +01:00
add servername_all template var
This commit is contained in:
@@ -2339,7 +2339,7 @@ grafana:
|
||||
eval:
|
||||
templating:
|
||||
list:
|
||||
- servername_standalone
|
||||
- servername_eval
|
||||
- role
|
||||
- containers
|
||||
- manint
|
||||
|
||||
29
salt/grafana/templates/servername_eval.json
Normal file
29
salt/grafana/templates/servername_eval.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"allValue": null,
|
||||
"current": {
|
||||
"selected": true,
|
||||
"tags": [],
|
||||
"text": [],
|
||||
"value": []
|
||||
},
|
||||
"datasource": "InfluxDB",
|
||||
"definition": "show tag values with key=\"host\" WHERE (\"role\" =~ /^$role$/)",
|
||||
"description": "",
|
||||
"error": null,
|
||||
"hide": 0,
|
||||
"includeAll": true,
|
||||
"label": "Node",
|
||||
"multi": true,
|
||||
"name": "servername",
|
||||
"options": [],
|
||||
"query": "show tag values with key=\"host\" WHERE (\"role\" =~ /^$role$/)",
|
||||
"refresh": 1,
|
||||
"regex": "",
|
||||
"skipUrlSync": false,
|
||||
"sort": 1,
|
||||
"tagValuesQuery": "",
|
||||
"tags": [],
|
||||
"tagsQuery": "",
|
||||
"type": "query",
|
||||
"useTags": false
|
||||
}
|
||||
Reference in New Issue
Block a user